Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanhefner/package-template-rollup
Base structure that I have been using for the majority of the NPM packages I have written/maintain. Suggestions on how to make this nicer welcomed!
https://github.com/ryanhefner/package-template-rollup
npm package-creation rollup template
Last synced: about 1 month ago
JSON representation
Base structure that I have been using for the majority of the NPM packages I have written/maintain. Suggestions on how to make this nicer welcomed!
- Host: GitHub
- URL: https://github.com/ryanhefner/package-template-rollup
- Owner: ryanhefner
- License: mit
- Created: 2021-04-08T15:58:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T09:52:03.000Z (2 months ago)
- Last Synced: 2024-10-05T18:17:49.649Z (about 2 months ago)
- Topics: npm, package-creation, rollup, template
- Language: JavaScript
- Homepage:
- Size: 1.47 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# \[your package name\]
\[package description\]
## Install
Via [npm](https://npmjs.com/package/\[your-package-name\])
```sh
npm install [your package name]
```Via [Yarn](https://yarn.pm/\[your-package-name\])
```sh
yarn add [your package name]
```## How to use
## License
[MIT](LICENSE) © \[your copyright info\]