Skip to content

A dead simple cli to build node.js project in instant

Notifications You must be signed in to change notification settings

iArsene69/cold-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

coldjs

Installation

Install Cold.js globally

  npm install -g @iarsene69/cold-js

**To install this cli you need Node.js

Usage/Examples

Initialize new project

 cold init your-project-name

This command will Initialize new project like this

App Scaffolding

Run your project

 npm run dev

Other Commands

Creating new controller

 cold controller your-controller-name

Creating new validator

 cold validator your-validator-name

Creating new router

 cold router your-router-name

Creating new middleware

 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

App Screenshot