@cto.ai/ops-cmd

CTO.ai CLI command layer

Usage no npm install needed!

<script type="module">
  import ctoAiOpsCmd from 'https://cdn.skypack.dev/@cto.ai/ops-cmd';
</script>

README

@cto.ai/ops-cmd

CTO.ai CLI command layer

Status - WIP

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