Project

myway-cli

0.0
No release in over 3 years
Low commit activity in last 3 years
The MyWay CLI allows users to create, modify, run and test projects using the MyWay Sinatra framework (see here: https://github.com/J-Mo63/myway-sinatra) using the simple `myway` command.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.16
~> 10.0
 Project Readme

MyWay-CLI: The must-have tool for MyWay

The MyWay CLI allows users to create, modify, run and test projects using the MyWay Sinatra Framework using the simple myway command.

Installation

Simply run the following in console to install:

$ gem install myway-cli

Usage

To create a new project:

$ myway generate project example-project

To run the server:

$ myway run server

To run test:

$ myway run tests

To introduce a new controller, api or model:

$ myway generate controller example_controller
$ myway generate api example_api
$ myway generate model example_model

Note: command segments can be run with just the first letter of their name

e.g. running the server can be accomplished with myway r s

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/jonjondev/myway-cli.

Feel free to fork it and help out on this project!

License

The gem is available as open source under the terms of the MIT License.