https://github.com/rdmurphy/typescript-node-library
https://github.com/rdmurphy/typescript-node-library
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rdmurphy/typescript-node-library
- Owner: rdmurphy
- License: mit
- Created: 2019-09-23T23:57:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:28:31.000Z (over 3 years ago)
- Last Synced: 2024-12-28T16:43:11.172Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 316 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript Node Library
A template for quickly spinning up a new Node.js library written in TypeScript. Uses [`typebundle`](https://github.com/rdmurphy/typebundle) for all its bundling needs.
## Setup
```sh
npm init clone rdmurphy/typescript-node-library
cd
npm install
```
## License
MIT