https://github.com/t99/jsdsl
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/t99/jsdsl
- Owner: T99
- License: gpl-3.0
- Created: 2023-03-28T17:46:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T19:33:21.000Z (over 3 years ago)
- Last Synced: 2025-06-04T07:49:53.526Z (about 1 year ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# TypeScript Module Template
This repository serves as an easy-start template for TypeScript NPM packages.
Simply clone the repository into a directory:
```bash
$ git clone git@github.com:T99/ts-module-template.git my-new-project
```
And that's it! Your project is ready to go.