0.0.7 • Published 4 years ago

o-assistant v0.0.7

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
4 years ago

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-assistant

Usage

Coverage report

Go to the project directory, then run

o-coverage

It expects an nyc configuration file placed in

./DoMe/forDevelopment/configFiles/nyc.config.json

To create one, execute

o-init-coverage

eslint

Go to the project directory, then run

o-eslint

It expects an eslint configuration file placed in

./DoMe/forDevelopment/configFiles/.eslintrc.json

To create one, execute

o-init-eslint

Create a first test

Go to the project directory, then run

o-init-tests

It'll create a test file, in directory

./tests

Create DoMe commands

Go to the project directory, then run

o-init-do-me

It'll create a ./DoMe directory

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago