2.2.1 • Published 4 years ago

@haystackjs/journey v2.2.1

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

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