ArtOfCode- / nails

Better-than-expected Rails clone in Node
MIT License
3 stars 2 forks source link

This project is UNMAINTAINED.

Check out Koa and Express instead if you want to make a website.

No Maintenance Intended


Nails (node-nails)

Travis Codecov MIT license npm All Contributors Greenkeeper badge standard-readme compliant Gitter XO-ish code style

NPM NPM

Better-than-expected Rails clone in Node

Proof-of-concept for a Rails-like thing in Node.js.

Install

This project uses Node and npm

npm i --save node-nails

Usage

  1. Create your app. There's a tiny sample app included with the nails package under app/. Make sure your app's root directory has a config.json in it - this is where nails will try to load config from.
  2. In your startup script:

    var nails = require("node-nails");
    nails();

    It should Just Work from that point, if your app is constructed correctly. For more detailed steps, see the getting started guide.

Contributors

Thanks goes to these wonderful people (emoji key):


ArtOfCode

💻 📖

J F

💻 📖 ⚠️

This project follows the all-contributors specification. Contributions of any kind welcome!

API

See the docs online

Maintainers

@j-f1 and @ArtOfCode-

Contribute

Feel free to dive in! Ask questions or request improvements by opening an issue.

PRs accepted

nails follows the Contributor Covenant Code of Conduct.

License

MIT © ArtOfCode & Jed Fox