Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gimme-reason

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gimme-reason

Gimme A Reason App.

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Gimme Reason

Just Give Me A Reason Application

Build Status

Gimme a Reason - Raven

Gimme A Reason

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.

  1. Fork it!
  2. Create your feature branch: git checkout -b feature/my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin feature/my-new-feature
  5. Submit a pull request :D

FAQs

Package last updated on 30 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc