0.3.2 • Published 4 years ago

@c4/lib-start-preset v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@c4/lib-start-preset

Start preset for js library.

Usage

# Install preset
yarn add @c4/lib-start-preset -D

# Use it
yarn start <command>

Available commands:

  • clean: clean generated files.
  • build: build files to ./lib.
  • watch: watch and build files automatically.