create-rollupts
v1.0.0
Published
create a Typescript development environment with Rollup and test with ava
Downloads
41
Maintainers
Readme
create-rollupts
Description
Run npx create-rollupts
and you get a Typescript development environment with Rollup, plus testing with ava.
Installation
CD into your project root then:
$ npx create-rollupts
Instructions
Specify where you want it to install
$ npx create-rollupts /path/to/your/project/root
Use yarn instead of npm
$ npx create-rollupts --yarn
or
$ npx create-rollupts -y
Skip installation at the end (DON'T DO THIS UNLESS YOU KNOW WHAT YOU ARE DOING)
$ npx create-rollupts --skipInstall
or
$ npx create-rollupts -s
Show help and not run anything
$ npx create-rollupts -h
Contribution
- Fork the repository
- Create Feat_xxx branch
- Commit your code
- Create Pull Request
Gitee Feature
- You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md
- Gitee blog blog.gitee.com
- Explore open source project https://gitee.com/explore
- The most valuable open source project GVP
- The manual of Gitee https://gitee.com/help
- The most popular members https://gitee.com/gitee-stars/
ISC
Joel Chu (c) 2019