@nsp/cli
v0.0.41
Published
[](https://npmjs.org/package/@nsp/cli) [](https://travis-ci.org/barryyan/nsp) [![NPM downloads](https://img.
Downloads
32
Readme
nsp
A lightweight cli for you use plugin, such as React
, Vue
, Webpack
etc, to registry command, In a project, you can ddd webpack plugin to build application. nsp
named from Nature Spirit Pavilion, inspired by ddot.
Getting Started
# Create app
mkdir myApp && cd myApp && yarn init
# Install cli
yarn add @nsp/cli --dev
# Init app
npx nsp init