Gimme Reason
Just Give Me A Reason Application
Gimme a Reason - Raven
Need Any Reason?
Reason is a cool interface to build fast and concise functional application. And there are several ways to use it.
ExampleProject is a nice project to start Reason with Node.js. So I wrapped it with CLI to build new Reason Applications.
Do you need a new Reason Application? Just say it. gimme-reason
USAGE
$ npm install -g gimme-reason
$ gimme-reason
? Project Name New Reason App
? Project Description New Application using Reason
? Version 0.0.1
? Author Reason User
? Github Username reason-user
This will walk you through creating a new Reason project in /path/of/new-reason-app
create .gitignore
create .merlin
create .travis.yml
create LICENSE
create README-Yarn.md
create README.md
create package.json
create src/App.re
create tags
To run your Reason App:
cd /path/of/new-reason-app
npm install
npm start
If you want to use Reason with yarn, please read README-Yarn.md
License
This software is free to use under the Minkyu Cho. MIT license.
See the LICENSE file for license text and copyright information.
Contributing
Please don't hesitate to send a small pull-request or just leave anything you want as an issue.
- Fork it!
- Create your feature branch:
git checkout -b feature/my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/my-new-feature
- Submit a pull request :D