init-project-ts
Version:
Init fast project typescript
45 lines (31 loc) โข 1.23 kB
Markdown
<h1 align="center">
INIT-PROJECT-TS
</h1>
<p align="center">
<img alt="GitHub top language" src="https://img.shields.io/github/languages/top/damartripamungkas/init-project-ts?color=04D361&labelColor=000000">
<a href="#">
<img alt="Made by" src="https://img.shields.io/static/v1?label=made%20by&message=damartripamungkas&color=04D361&labelColor=000000">
</a>
<img alt="Repository size" src="https://img.shields.io/github/repo-size/damartripamungkas/init-project-ts?color=04D361&labelColor=000000">
<a href="#">
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/damartripamungkas/init-project-ts?color=04D361&labelColor=000000">
</a>
</p>
<p align="center">
<img src="./screenshots/run.png">
</p>
### ๐ Description :
This package is made for those who want to quickly initialize a typescript project without having to manually create files and install packages.
### ๐ป Step to install :
```
npm install -g init-project-ts
```
### ๐งพ Pre-Requisistes :
```
- node.js / bun.js / deno.js
- (optional) typescript
- (optional) commonJS
- (optional) ESM
```
### ๐ License :
Licensed see [here](./LICENSE).