Skip to content

πŸ”§ A CLI tool for Setting up my rollup + typescript library

License

Notifications You must be signed in to change notification settings

EastSun5566/crts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

70 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

npx crts my-cool-lib

πŸ“‚ Structure

my-cool-lib/
β”œβ”€β”€ src
β”‚Β Β  └── index.ts
β”œβ”€β”€ package.json
β”œβ”€β”€ rollup.config.ts
└── tsconfig.json

✨ Installation & Building

npm i

npm run build