https://github.com/arshadkazmi42/npm-package
Boilerplate for npm library - placeholder repo
https://github.com/arshadkazmi42/npm-package
boilerplate getting-started library node nodejs npm package
Last synced: about 2 months ago
JSON representation
Boilerplate for npm library - placeholder repo
- Host: GitHub
- URL: https://github.com/arshadkazmi42/npm-package
- Owner: arshadkazmi42
- License: mit
- Created: 2019-07-12T07:00:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-10T14:21:26.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T07:27:58.186Z (over 1 year ago)
- Topics: boilerplate, getting-started, library, node, nodejs, npm, package
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# {{PACKAGE_NAME}}
[](https://github.com/{{USERNAME}}/{{PACKAGE_NAME}}/actions/workflows/nodejs.yml)
{{PACKAGE_DESCRIPTION}}
## Install
```
{{INTALL_INSTRUCTIONS}}
```
## Usage
```javascript
{{USAGE_EXAMPLE}}
```
## Contributing
Interested in contributing to this project?
You can log any issues or suggestion related to this library [here](https://github.com/{{USERNAME}}/{{PACKAGE_NAME}}/issues/new)
Read our contributing [guide](CONTRIBUTING.md) on getting started with contributing to the codebase