0.0.5 • Published 2 years ago

saxa-cli v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Saxa CLI

Thank you for using Saxa CLI! For full documentation, check here: https://www.saxalabs.com

Installation

$ sudo npm install saxa-cli -g

Creating Projects

To create a new project:

$ saxa new <MY_PROJECT_NAME>
$ cd <MY_PROJECT_NAME>
$ npm install
  • Generates a basic Node JS with Express app.
  • Included in assets are Bootstrap and JQuery.
  • Default templating engine is Mustache JS.

General Commands

Help

$ saxa help
  • This returns a list of all available Saxa CLI commands including a brief description.

Run Dev Server

$ npm run dev