You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
CLI is the main command line interface to PownJS. It contains some basic functionalities, such as colors, tables, logging and more. Just like all other PownJS features, this module is 100% swapable. Your can replace this module with your own.
## Quickstart
Install this module from the root of your project:
```sh
$ npm install @pown/cli --save
```
Once done, invoke pown like this:
```sh
$ ./node_modules/.bin/pown
```
You can also specify a custom location for your modules via the POWN_ROOT environment variable like this: