venus-dev-utils
v2.0.1
Published
the dev utils for all venus projects
Maintainers
Readme
README
This README would normally document whatever steps are necessary to get your application up and running.
What is this repository for?
- Venus dev tools
- Version 1.0.0
- Learn Markdown
How do I get set up?
- Summary of set up
- Configuration
- Dependencies
- Database configuration
- How to run tests
- Deployment instructions
Contribution guidelines
- Writing tests
- Code review
- Other guidelines
Who do I talk to?
- Repo owner or admin
- Other community or team contact
Notice
- in package.json supervisor config node.
we put supervisor into bin to get excute access permission while npm install. because the supervisor.js will be invoked via child_process.spawn excute."bin": { "supervisor": "./lib/supervisor.js" },
