Skip to content

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

License

Notifications You must be signed in to change notification settings

xcodebuild/ts-zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published