blocksmvc-cli
v2.4.1
Published
Blocks command-line (CLI) tool for blocks framework
Downloads
2
Readme
Blocks-cli
This is a command line (CLI) tool for interacting with Blocks Framework
Installation
npm install blocksmvc-cli
Usage
- Change directory into project directory and run a command
npx blks <command>
OR
npx blocks <command>
Commands
| Commands | Description | | -------------------------------- | ------------------------- | | start | Starts development server | | scripts | Minifies js code | | sass | Runs sass compiler | | css | Minifies css code | | dump-autoload | Autoloads classes | | make --controller controllerName | Creating a controller | | make --model modelName | Creating a model | | make --migration MigrationName | Creating migration | | migrate | Making migrations | | migrate --rollback | Rolling back migrations |
Contributing
- Fork it (https://github.com/asadadams/blocks-cli/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request