Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 825 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 825 Bytes

nsp

NPM version Build Status NPM downloads

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