@haystackjs/journey
v2.2.1
Published
Simple typescript library development
Downloads
5
Readme
Journey
Journey is a toolkit for building, testing and publishing typescript libraries with monorepo support.
Quick Start
Create new empty directory and execute:
npx start-journey my-awesome-library
Add Package
yarn journey add my-awesome-library
Remove Package
WARNING: This will delete all sources of this package.
yarn journey remove my-awesome-library
Start Dev Server
yarn dev
Export static server
yarn export
Build
yarn build
Clean
yarn clean