Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 473 Bytes

CHANGELOG.md

File metadata and controls

44 lines (27 loc) · 473 Bytes

0.3.1

Compatibility options

-D | --dev save as dev dependency -E | --exact save exact dependency -P | --peersave as peer dependency

0.2.0

New feature

Variadic arguments support

(any arguments for the command)

wksp add react react-dom react-router
# cli cmd args...

0.1.0

First release 🎈

dev

npm i -g wksp

wksp <script>

options:

-n / --name

project name

wksp -n <name> <script>