A tool for RESTful API design.
The tool contains 2 parts:
src/ The core logic module for model converting
views/ A simple UI that uses the core module
Please check out documentations and samples under doc.
Prebuild: Install the webpack command-line tools:
npm install -g webpack
Build:
# Install required components from npm
npm install
# Bundle the frontend js files
webpack
# Run test
npm test
# Run server
npm start
We’re using NDepend to analyze and increase code quality.