xg4 / rollup-typescript-boilerplate

:package: How to create a library using rollup with typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rollup Typescript Boilerplate

CI codecov GitHub

Installation

$ git clone git@github.com:xg4/rollup-typescript-boilerplate.git <your project name>
# or
$ git clone https://github.com/xg4/rollup-typescript-boilerplate <your project name>

$ cd <your project name>
$ rm -rf .git
$ git init
$ git remote add origin <your git repo>
$ git add .
$ git commit -m "Initial commit"
$ git push -u origin master

LICENSE

MIT

About

:package: How to create a library using rollup with typescript.

License:MIT License


Languages

Language:JavaScript 73.2%Language:TypeScript 16.6%Language:Shell 10.2%