1.0.1 • Published 11 months ago

@iarsene69/cold-js v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

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

  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