@teamhive/core-cli

This package provides cli tools related to developing, building, and deploying TeamHive monorepo projects. For more information on available commands, see the links below:

Usage no npm install needed!

<script type="module">
  import teamhiveCoreCli from 'https://cdn.skypack.dev/@teamhive/core-cli';
</script>

README

@teamhive/core-cli

This package provides cli tools related to developing, building, and deploying TeamHive monorepo projects. For more information on available commands, see the links below:

Command Topics

Contributing

The cli is built on the Open CLI Framework (oclif). To create new commands/topics, create the corresponding command topics folder and their command ts files in the src/commands directory. For example, the command thc build:deps would have the structure src/commands/build/deps.ts. For more information, please visit the oclif docs

Running locally

You can run the cli within this repo by running yarn thc. This uses the built version within your repo so be sure to run yarn nx build-cli core-cli before running that command.