The project has moved to monorepo. See https://github.com/pownjs/pown for more information.
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.
Install this module from the root of your project:
$ npm install @pown/cli --save
Once done, invoke pown like this:
$ ./node_modules/.bin/pown
You can also specify a custom location for your modules via the POWN_ROOT environment variable like this:
$ POWN_ROOT=path/to/root ./node_modules/.bin/pown