New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details → →
Socket
Book a DemoSign in
Socket

crts

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crts

đź”§ A CLI tool for Setting up my rollup + typescript library

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

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

Keywords

cli

FAQs

Package last updated on 23 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts