0.1.5 • Published 2 years ago

npm-ci-utils-pmb v0.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

npm-ci-utils-pmb

Helps me work with GitHub Actions and GitLab CI.

each_subpkg

Run a command in mostly all subdirectories that have a package.json, except for paths that look like they should be left alone (e.g. node_modules and symlinks onto external file systems).

# Example: Install all packages, then test all of them:
npm-ci-utils-pmb each_subpkg npm install . && \
npm-ci-utils-pmb each_subpkg npm test

# Or use a nifty shortcut for the above:
npm-ci-utils-pmb each_subpkg ci

Known issues

  • Needs more/better tests and docs.

 

License

ISC

0.1.5

2 years ago

0.1.4

3 years ago

0.1.2

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago