@anjuna/cli

Shared tooling for libraries

Usage no npm install needed!

<script type="module">
  import anjunaCli from 'https://cdn.skypack.dev/@anjuna/cli';
</script>

README



Anjuna CLI

The Anjuna CLI is a suite of automation tools for library development.

Global installation

npm install @anjuna/cli -g

Note: depending on your NPM configuration, you may need to install globally as sudo npm install @anjuna/cli -g

Local installation

  1. Navigate to the root directory of your project.
  2. npm install @anjuna/cli