crts

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

Usage no npm install needed!

<script type="module">
  import crts from 'https://cdn.skypack.dev/crts';
</script>

README

CRTS (Create Rollup TypeScript Starter)

NPM Version NPM Downloads License

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

🚀 Creating

mkdir my-lib

cd my-lib

npx crts

📂 Structure

my-lib
├── package.json
├── rollup.config.js
└── tsconfig.json

✨ Installation

npm i