Command line to make it easier config, executation and scaffolds to framework Blade.
In development. Help us! Make a fork
- ruby
- maven
- java
To get started follow those steps:
1- Clone the project:
git clone https://github.com/NetoDevel/blade-cli.git
2- Install the dependency if you do not have already installed:
$ gem install bundler
$ bundle install
3- Inside the folder project run:
$ rake init
Commands that we can already test
Create a new project
blade -n my-project com.example.myproject
Inside the folder project run:
blade -s
blade -g controller Hello
other commands in development...