Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 433 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 433 Bytes

ts-rollup-cli-starter-kit

Setup

  • rename all ts-rollup-cli-starter-kit to your product name
# (once)
yarn && yarn prepack
sudo ln -s $PWD/bin/ts-rollup-cli-starter-kit /usr/local/bin

# (every time)
ts-rollup-cli-starter-kit

Development

yarn format # runs prettier
yarn start # builds and runs using node directly
yarn prepack # builds and packages an executable into bin/ts-rollup-cli-starter-kit