Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xwartz/ts-node-template

🖨 Template for typescript-node project
https://github.com/xwartz/ts-node-template

nodejs template typescript

Last synced: 2 months ago
JSON representation

🖨 Template for typescript-node project

Awesome Lists containing this project

README

        

# ts-node-template

Template for typescript-node project

## Usage

### dev
```
$ pnpm install
$ pnpm start
```

### build

```
pnpm build
```

### publish to npm

```
pnpm release
```