Project

rocket_api

0.0
No release in over a year
Initialize directory with gem's structure. Include: *.gemspec lib/version .gitignore bin/*
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.0
~> 1.26
 Project Readme

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