generaptr
v1.4.1
Published
Api generator
Downloads
14
Readme
Generaptr is a node package that helps when starting up a project by generating boilerplate code for Express api.
Announcement
As of [email protected]
this package would only hold the logic and core functionality of what was once generaptr
. If you want to use the cli please use the new generaptr-cli package.
Table of Contents
Goal and Philosophy
Generaptr
holds the core logic and functionality of generaptr-cli
Generaptr
should ease the process of:
- starting a new backend project
- writing boilerplate crud operations
- writing api specs
Documentation
Minimum Requirements
The package was developed under node 7.5
so a minimum requirement would be:
node >= v7.5.0
npm >= v3.10.10
Installation
npm install generaptr
Unit test
Unit test are written in Mocha and Assert. Please add a unit test for every new feature or bug fix. npm test
to run the test suite.
Documentation
Add documentation for every API change. Feel free to send typo fixes and better docs!
License
Copyright (c) 2017 Darius Cupsa (twitter: @cupsadarius) Licensed under the MIT license.