Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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\]