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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-31T12:19:14.000Z (4 months ago)
- Last Synced: 2026-02-01T00:15:42.375Z (4 months ago)
- Topics: npm, package-creation, rollup, template
- Language: JavaScript
- Homepage:
- Size: 1.68 MB
- Stars: 1
- Watchers: 1
- 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\]