0.0.3 • Published 10 years ago
rapture-cli v0.0.3
Rapture CLI
Framework:
This tool is for the Rapture Framework.
Rapture Docs
About:
Rapture CLI is a global module that acts as an interface for creating Rapture App directories, booting Applications, and creating various other files such as controllers and route files.
Installation:
npm install -g rapture-cli
Commands:
init
creates new Rapture app.
rapture init <directory>
up
boots Rapture app in current directory.
rapture up
test
runs Rapture test suite.
rapture up
development
creates nodemon process to restart Rapture app after file changes.
rapture up
update
updates Rapture Framework in current directories app
rapture update
controller
controller:make
creates skeleton controller file in /controller of current directories app
rapture controller:make <controller-name>
model
model:make
creates skeleton model file in /models of current directories app
rapture model:make <model-name>