Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
/ cli Public archive

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

License

Notifications You must be signed in to change notification settings

pownjs/cli

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published