2.4.1 • Published 4 years ago

blocksmvc-cli v2.4.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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

CommandsDescription
startStarts development server
scriptsMinifies js code
sassRuns sass compiler
cssMinifies css code
dump-autoloadAutoloads classes
make --controller controllerNameCreating a controller
make --model modelNameCreating a model
make --migration MigrationNameCreating migration
migrateMaking migrations
migrate --rollbackRolling 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

2.4.1

4 years ago

2.4.0

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.1

4 years ago