rocket api
Start creating new app with rocket_api:
- Add structure of gem repo
- Add structure of rack app
Dependencies:
ruby '2.7.2'
...
gem 'rubocop' '1.26'
Install:
gem install rocket_api
How it works:
Availble commands:
- init
-- gem [ project_name ]
-- rack [ project name ]
In working directory:
user@bulkas ~/gem/new_dir rocket_api [ init ] [ gem ] [ project_name ]
Example
user@bulkas ~/gem/new_dir rocket_api init new_gem