https://github.com/xg4/rollup-typescript-boilerplate
:package: How to create a library using rollup with typescript.
https://github.com/xg4/rollup-typescript-boilerplate
bolierplate library rollup typescript
Last synced: 11 months ago
JSON representation
:package: How to create a library using rollup with typescript.
- Host: GitHub
- URL: https://github.com/xg4/rollup-typescript-boilerplate
- Owner: xg4
- License: mit
- Created: 2018-06-09T02:45:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T04:10:04.000Z (over 2 years ago)
- Last Synced: 2025-03-28T18:50:38.946Z (about 1 year ago)
- Topics: bolierplate, library, rollup, typescript
- Language: JavaScript
- Homepage:
- Size: 583 KB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Rollup Typescript Boilerplate
[](https://github.com/xg4/rollup-typescript-boilerplate/actions)
[](https://codecov.io/gh/xg4/rollup-typescript-boilerplate)
[](https://github.com/xg4/rollup-typescript-boilerplate/blob/master/LICENSE)
## Installation
```bash
$ git clone git@github.com:xg4/rollup-typescript-boilerplate.git
# or
$ git clone https://github.com/xg4/rollup-typescript-boilerplate
$ cd
$ rm -rf .git
$ git init
$ git remote add origin
$ git add .
$ git commit -m "Initial commit"
$ git push -u origin master
```
## LICENSE
MIT