o-assistant v0.0.7
o-assistant
A single package, with global utilities
Install dev utilities globaly, rather than as a dependency of each project
Run npm install frequently, to freshly install program code, not development utilities
To split these utilities into a different package from the program project, it may decrease the size of the project packages, from way over 10Mb, to less than 500Kb, and the time to run npm install, from several minutes, to 4 seconds
Installation
npm install -g o-assistantUsage
Coverage report
Go to the project directory, then run
o-coverageIt expects an nyc configuration file placed in
./DoMe/forDevelopment/configFiles/nyc.config.jsonTo create one, execute
o-init-coverageeslint
Go to the project directory, then run
o-eslintIt expects an eslint configuration file placed in
./DoMe/forDevelopment/configFiles/.eslintrc.jsonTo create one, execute
o-init-eslintCreate a first test
Go to the project directory, then run
o-init-testsIt'll create a test file, in directory
./testsCreate DoMe commands
Go to the project directory, then run
o-init-do-meIt'll create a ./DoMe directory