https://github.com/iarsene69/cold-js
A dead simple cli to build node.js project in instant
https://github.com/iarsene69/cold-js
cli framework nodejs typescript
Last synced: about 1 year ago
JSON representation
A dead simple cli to build node.js project in instant
- Host: GitHub
- URL: https://github.com/iarsene69/cold-js
- Owner: iArsene69
- Created: 2023-06-23T05:45:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T07:36:37.000Z (almost 3 years ago)
- Last Synced: 2025-03-07T05:16:30.738Z (about 1 year ago)
- Topics: cli, framework, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ColdJS
A dead easy cli for building new Node.js project with the power of Typescript, Prisma ORM and express.js in one command line

## Installation
Install Cold.js globally
```bash
npm install -g @iarsene69/cold-js
```
**To install this cli you need [Node.js](https://nodejs.org/en)
## Usage/Examples
#### Initialize new project
```bash
cold init your-project-name
```
This command will Initialize new project like this

#### Run your project
```bash
npm run dev
```
### Other Commands
#### Creating new controller
```bash
cold controller your-controller-name
```
#### Creating new validator
```bash
cold validator your-validator-name
```
#### Creating new router
```bash
cold router your-router-name
```
#### Creating new middleware
```bash
cold middleware your-middleware-name
```
## Feedback
If you have any feedback, please reach out to me at postingmiko@gmail.com
Contributions are always welcome
## Technical Support
You can ask and share with me at [Miko v1 HQ](https://discord.gg/PhZ9UnCvwW)
