0.0.0 • Published 3 years ago

@cto.ai/ops-fallthrough v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@cto.ai/ops-fallthrough

💻 CTO.ai Ops - The CLI built for Teams 🚀

Fallthrough wrapper for @cto.ai/ops v1, consumed by @cto.ai/ops v2

API

This is a native ESM module.

Engines

  • Node 12.4+
  • Node 14.0+

Development

Test:

npm test

Visual coverage report (run after test):

npm run cov

Lint:

npm run lint

Autoformat:

npm run lint -- --fix

Releasing

For mainline releases:

npm version <major|minor|patch>
git push --follow-tags

For prereleases:

npm version prerelease
git push --follow-tags

License

MIT