Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-23T07:36:37.000Z (over 1 year ago)
- Last Synced: 2025-02-05T02:43:13.488Z (3 days 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
![App Scaffolding](https://github.com/iArsene69/free-asset-hosting/blob/main/Screenshot%202023-06-23%20133330.png)
#### 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
```
## FeedbackIf you have any feedback, please reach out to me at [email protected]
Contributions are always welcome
## Technical Support
You can ask and share with me at [Miko v1 HQ](https://discord.gg/PhZ9UnCvwW)
![App Screenshot](https://github.com/iArsene69/iArsene69/blob/main/Database%20Deployments%20_%20Cloud_%20MongoDB%20Cloud%20-%20Google%20Chrome%2023_05_2023%2015_28_19.png)