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

https://github.com/kasutu/project-initializer

A tool to easily set-up your project directory.
https://github.com/kasutu/project-initializer

batch-script cmd wsl2

Last synced: 5 months ago
JSON representation

A tool to easily set-up your project directory.

Awesome Lists containing this project

README

          

# Project-initializer
A bash script tool for developers.

## Changelogs
#### `V1.0.1`
- added express with typescript and nodemon
#### `V1.0.0`
- added typescript
## Getting started

### setup:
1. `git clone https://github.com/Kasutu/project-initializer` to a desired directory
2. add directory `path` to environment variables

screenshot

screenshot

screenshot

screenshot

3. **paste the path**

screenshot

4. Press all `ok` button

---

### Commands:
type in cmd `init ` to start

available commands:
- `init ts` - Initialize a typescript project
- `ts-express` - Initialize a typescript-express project with node in the current path.