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

https://github.com/eastsun5566/crts

🔧 A CLI tool for Setting up my rollup + typescript library
https://github.com/eastsun5566/crts

build-tool cli library rollup starter typescript

Last synced: over 1 year ago
JSON representation

🔧 A CLI tool for Setting up my rollup + typescript library

Awesome Lists containing this project

README

          

# CRTS (Create Rollup TypeScript Starter)

[![NPM Version](https://img.shields.io/npm/v/crts.svg?style=for-the-badge)](https://www.npmjs.com/package/crts)
[![NPM Downloads](https://img.shields.io/npm/dt/crts.svg?style=for-the-badge)](https://www.npmjs.com/package/crts)
[![License](https://img.shields.io/github/license/EastSun5566/crts.svg?style=for-the-badge)](https://www.npmjs.com/package/crts)

> I use rollup + typescript to create lib a lot... so I created A CLI tool for Setting up it

## 🚀 Creating

```sh
npx crts my-cool-lib
```

## 📂 Structure

```sh
my-cool-lib/
├── src
│   └── index.ts
├── package.json
├── rollup.config.ts
└── tsconfig.json
```

## ✨ Installation & Building

```sh
npm i

npm run build
```