Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/santerijps/tsbs

TypeScript NPM package bootstrapper
https://github.com/santerijps/tsbs

bootstrap npm package script typescript

Last synced: 2 days ago
JSON representation

TypeScript NPM package bootstrapper

Awesome Lists containing this project

README

        

# tsbs

`tsbs` is a helper script for bootstrapping TypeScript projects that are meant to be published on NPM.

## Usage

Install it by running:

```bash
npm i -g @santerijps/tsbs
```

Then run it on the command line:

```bash
mkdir my-package
cd my-package
tsbs
```