https://github.com/icco/basic
A basic ruby webapp generator.
https://github.com/icco/basic
Last synced: 16 days ago
JSON representation
A basic ruby webapp generator.
- Host: GitHub
- URL: https://github.com/icco/basic
- Owner: icco
- License: mit
- Created: 2011-04-14T05:57:47.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-07-22T07:59:23.000Z (almost 12 years ago)
- Last Synced: 2025-03-24T12:39:10.879Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 240 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Natstrap
AKA, icco/basic.
This is used to generate a project to work on.
## TODO
* commonly used Rake tasks through include
## Links
* [Travis][]: [][travis]
* [Gemnasium][]: [][gemnasium]
* [Code Climate][]: [][code climate][travis]: http://travis-ci.org/#!/icco/basic
[gemnasium]: https://gemnasium.com/icco/basic
[code climate]: https://codeclimate.com/github/icco/basic## Installation
$ gem install natstrap
## Usage
```
Tasks:
natstrap help [TASK] # Describe available tasks or one specific task
natstrap launch # Launch a new server.
natstrap new name # Create a project named NAME.
```## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request