Skip to content

asadadams/Blocks-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command-line (CLI) tool for Blocks Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published