/cli

CLI is a core component which orchestrates the discovery, loading and presentation of pown modules which makes up the pown distribution.

Primary LanguageJavaScriptMIT LicenseMIT

The project has moved to monorepo. See https://github.com/pownjs/pown for more information.

Follow on Twitter NPM Fury SecApps

Pown CLI

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:

$ 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