Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ceddybi/ts-npm-module-boilerplate
A boilerplate for creating and publishing an NPM module with TypeScript
https://github.com/ceddybi/ts-npm-module-boilerplate
Last synced: about 1 month ago
JSON representation
A boilerplate for creating and publishing an NPM module with TypeScript
- Host: GitHub
- URL: https://github.com/ceddybi/ts-npm-module-boilerplate
- Owner: ceddybi
- License: mit
- Created: 2019-10-21T15:43:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T01:11:54.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T15:09:17.229Z (7 months ago)
- Language: TypeScript
- Size: 166 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TypeScript NPM module boilerplate
This is a small boilerplate to create and publish an npm package, using Typescript.
Example code is an npm package i published for scrapping content from youtube using `cheerio`.
- To publish run `npm publish`