UNPKG

adastra-cli-kit

Version:

Adastra ✨ CLI Kit is a bunch of utils and modules that are shared across CLI apps like `create-adastra` and `adastra-cli` to have one source of truth for both these two packages. Its an internal private package not intended for external distribution.

23 lines (14 loc) 628 B
# adastra-cli-kit Adastra ✨ CLI Kit is a bunch of utils and modules that are shared across CLI apps like `create-adastra` and `adastra-cli` to have one source of truth for both these two packages. Its an internal private package not intended for external distribution. ## Installation Run the following command to install Adastra CLI kit package: ```bash npm install adastra-cli-kit ``` Using Yarn/PNPM ```bash yarn add adastra-cli-kit # pnpm add adastra-cli-kit ``` ## Want to learn more? Feel free to check [our documentation](https://docs.blanklob.com) or jump into our [Discord server](https://help.blanklob.com).