@pown/cli

Pownage guaranteed

Usage no npm install needed!

<script type="module">
  import pownCli from 'https://cdn.skypack.dev/@pown/cli';
</script>

README

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