nodejs_dev_environment_test
v0.0.27
Published
The module helps you to check that your environment is ready to build a native Node.js module and install minimal prerequisites for your platform if not.
Downloads
6
Maintainers
Readme
utility::NodejsDevEnvironmentTest
The module just to check that your your development environment is ready to build a native Node.js modules.
How to check development environment?
git clone https://github.com/Wandalen/wNodejsDevEnv.git && cd wNodejsDevEnv && npm test
This command checks that your environment meets all the requirements to start to develop and/or to use native Node.js modules.