Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iaizawa0623/tsnode-tool-template
tsnode-tool-template
https://github.com/iaizawa0623/tsnode-tool-template
Last synced: about 2 months ago
JSON representation
tsnode-tool-template
- Host: GitHub
- URL: https://github.com/iaizawa0623/tsnode-tool-template
- Owner: iaizawa0623
- License: mit
- Created: 2023-12-18T03:11:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T03:15:14.000Z (about 1 year ago)
- Last Synced: 2023-12-18T04:24:27.251Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
ts-node tool template# Installation
```
npm install
```# Run
```
npm run start
```
or
```
npm run build
node dist/index.js
```