Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hebertcisco/ts-npm-package-boilerplate
TypeScript NPM Module Boilerplate: https://www.npmjs.com/package/ts-npm-package-boilerplate
https://github.com/hebertcisco/ts-npm-package-boilerplate
boilerplate boilerplate-node boilerplate-npm boilerplate-template npm npm-module npm-package npm-publish package typescript
Last synced: about 1 month ago
JSON representation
TypeScript NPM Module Boilerplate: https://www.npmjs.com/package/ts-npm-package-boilerplate
- Host: GitHub
- URL: https://github.com/hebertcisco/ts-npm-package-boilerplate
- Owner: hebertcisco
- License: mit
- Created: 2021-06-06T23:25:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T23:24:48.000Z (7 months ago)
- Last Synced: 2024-12-07T18:02:50.826Z (about 2 months ago)
- Topics: boilerplate, boilerplate-node, boilerplate-npm, boilerplate-template, npm, npm-module, npm-package, npm-publish, package, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/ts-npm-package-boilerplate
- Size: 1.51 MB
- Stars: 56
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
:package: ts-npm-package-boilerplate
TypeScript NPM Module Boilerplate
Systems on which it has been tested:
Did you like the project? Please, considerate a donation to help improve!
TypeScript NPM Module Boilerplate✨
[![codecov](https://codecov.io/gh/hebertcisco/ts-npm-package-boilerplate/branch/main/graph/badge.svg?token=Q9fr548J0D)](https://codecov.io/gh/hebertcisco/ts-npm-package-boilerplate)
# Getting started
## Installation
> Clone this repository: `git clone https://github.com/hebertcisco/ts-npm-package-boilerplate`
### Open the directory and run the script line:
```bash
cd ts-npm-package-boilerplate
```
```bash
npm i # or yarn
```
```bash
rm -rf .git && git init && git add . && git commit -m "Initial commit" #Optional
```
Or create use the button "Use this template"Edit the Icon on Figma:
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](issues).## Show your support
Give a ⭐️ if this project helped you!
Or buy me a coffee 🙌🏾
## 📝 License
Copyright © 2022 [Hebert F Barros](https://github.com/hebertcisco).
This project is [MIT](LICENSE) licensed.