blocksmvc-cli

2.4.1 • Public • Published

Blocks-cli

Maintenance MIT license Open Source Love svg2

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

  1. Fork it (https://github.com/asadadams/blocks-cli/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Changelog

Readme

Keywords

Package Sidebar

Install

npm i blocksmvc-cli

Weekly Downloads

2

Version

2.4.1

License

MIT

Unpacked Size

10.2 kB

Total Files

5

Last publish

Collaborators

  • asadadams