@rishabh3112/pc
v1.2.1
Published
## Installation ``` npm install --save-dev @rishabh3112/pc
Readme
Pick Chunks
Installation
npm install --save-dev @rishabh3112/pc
# OR
yarn add -D @rishabh3112/pcUsage
Add following to scripts
npx pc --root ./src
npx pc
OR
yarn pc --root ./src
yarn pcScripts
Serve
serve server at test/src
npm run serveBuild
build project
npm run buildTest
test project
npm run testDevelopment
watch code changes and compile code to lib
npm run watch