Skip to content

webskel/dolphins7.skeleton

Repository files navigation

About

dolphins7 is a webskel skeleton. The Design section describes how it is organized.

Design

  • The server/ is powered by Ruby
  • The client/ is powered by NodeJS
  • The cli/ is powered by Ruby
    • Start / stop web server
    • Run database migrations
    • Run developer console
    • Available as a RubyGem executable
  • Each component (server, client, cli) are separate packages in a monorepo
  • Easy to distribute as a RubyGem

Usage

CLI

Usage: cli COMMAND [OPTIONS]

Commands:
  up             Start the twenty web server
  down           Stop the twenty web server
  migrate        Migrate the database
  console        Start the twenty developer console

Install

user@localhost$ webskel new myapp dolphins7

Sources

License

BSD Zero Clause.
See LICENSE