1.0.0 • Published 5 years ago

create-rollupts v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

create-rollupts

Description

Run npx create-rollupts and you get a Typescript development environment with Rollup, plus testing with ava.

中文 README

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

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request

Gitee Feature

  1. You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md
  2. Gitee blog blog.gitee.com
  3. Explore open source project https://gitee.com/explore
  4. The most valuable open source project GVP
  5. The manual of Gitee https://gitee.com/help
  6. The most popular members https://gitee.com/gitee-stars/

ISC

Joel Chu (c) 2019