rishabh3112 / get-all-chunks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pick Chunks

Installation

npm install --save-dev @rishabh3112/pc

# OR

yarn add -D @rishabh3112/pc

Usage

Add following to scripts

npx pc --root ./src
npx pc

OR

yarn pc --root ./src
yarn pc

Scripts

Serve

serve server at test/src

npm run serve

Build

build project

npm run build

Test

test project

npm run test

Development

watch code changes and compile code to lib

npm run watch

About


Languages

Language:JavaScript 98.2%Language:TypeScript 1.8%