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.
- Host: GitHub
- URL: https://github.com/kasutu/project-initializer
- Owner: kasutu
- Created: 2022-09-13T09:03:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T05:22:16.000Z (over 3 years ago)
- Last Synced: 2025-02-06T11:48:07.815Z (over 1 year ago)
- Topics: batch-script, cmd, wsl2
- Language: Batchfile
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
3. **paste the path**
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.