0.0.8 • Published 3 years ago

cjsb v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

cjsb

A CLI tool to build the CommonJS library quickly.

It supports JavaScript and TypeScript, support Monorepo.

installation

npm i cjsb -D
yarn add cjsb --dev

usage

cjsb --source src --outDir lib --nodeVersion 8 --declaration

cjsb [--source path/to/folder] [--outDir outDirName] [--nodeVersion version] [--declaration]

monorepo

cjsb --source src --packages packages/c packages/a packages/b

Some packages in Monorepo depend on each other, cjsb will pack them in pass order.

0.0.8

3 years ago

0.0.7

3 years ago

0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago