entrepreneur
v0.3.0
Published
JavaScript scaffolding tool on top of JSMake
Downloads
1
Maintainers
Readme
entrepreneur
What is the entrepreneur?
This project is designed to function as a scaffolding tool especially for node.js applications.
Quick start
Install jsmake first. If it's already installed on your system, you can skip this part.
$ npm install jsmake -g
Install entrepreneur as a jsmake plugin:
$ jsmake plugins add entrepreneur
Todo List
See GitHub Projects for more.
Requirements
- node.js (https://nodejs.org/)
License
Apache 2.0, for further details, please see LICENSE file
Contributing
See contributors.md
It is publicly open for any contribution. Bugfixes, new features and extra modules are welcome.
- To contribute to code: Fork the repo, push your changes to your fork, and submit a pull request.
- To report a bug: If something does not work, please report it using GitHub Issues.