Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/07akioni/ts-boilerplate
a boilerplate for my ts project
https://github.com/07akioni/ts-boilerplate
Last synced: 28 days ago
JSON representation
a boilerplate for my ts project
- Host: GitHub
- URL: https://github.com/07akioni/ts-boilerplate
- Owner: 07akioni
- Created: 2018-07-06T01:28:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T03:23:58.000Z (over 6 years ago)
- Last Synced: 2024-11-24T16:26:02.530Z (about 1 month ago)
- Language: TypeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ts-boilerplate
## commands
- build
compile ts files
- start
compile ts files and run dist/index.js
- clean
remove all built files
- lint
lint ts files
- fix
fix lint errors