/ts-zero

Starter project for create Typescript library with zero-configuration build/watch/test/lint

Primary LanguageJavaScriptMIT LicenseMIT

ts-zero

ts-zero is a tiny starter project for create Typescript library with zero-configuration build/watch/test/lint.

Usage

git clone https://github.com/xcodebuild/ts-zero your-project
cd your-project
npm install
# watch
npm run start

# build
npm run build

# test
npm run test

# lint
npm run lint