2
0
Fork 0
tcrud/README.md

32 lines
514 B
Markdown
Raw Normal View History

2015-06-19 23:08:29 +00:00
node-ff-tcrud
=========
A Node.js library providing simple templated crud views.
## Installation
npm install node-ff-tcrud --save
## Example Application
There is a fully working express example application in the example folder.
todo
## Usage
### todo
## Tests
npm test
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style.
Add unit tests for any new or changed functionality. Lint and test your code.
## Release History
### 0.1.x
* Initial release