Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t4y3/libraries-boilerplate
Boilerplate with TypeScript, linter, formatter, and Semantic Versioning
https://github.com/t4y3/libraries-boilerplate
Last synced: 1 day ago
JSON representation
Boilerplate with TypeScript, linter, formatter, and Semantic Versioning
- Host: GitHub
- URL: https://github.com/t4y3/libraries-boilerplate
- Owner: t4y3
- License: mit
- Created: 2021-03-27T04:26:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-01T13:05:06.000Z (over 3 years ago)
- Last Synced: 2024-10-20T04:40:12.486Z (27 days ago)
- Language: JavaScript
- Size: 607 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Libraries boilerplate
Boilerplate with TypeScript, linter, formatter, and Semantic Versioning## Usage
```shell
npx degit [email protected]:t4y3/libraries-boilerplate.git#main new-project
```## Initial Setup
```shell
npm run hooks
```