2.2.1 • Published 6 years ago
@haystackjs/journey v2.2.1
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-libraryAdd Package
yarn journey add my-awesome-libraryRemove Package
WARNING: This will delete all sources of this package.
yarn journey remove my-awesome-libraryStart Dev Server
yarn devExport static server
yarn exportBuild
yarn buildClean
yarn clean