Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kasfy

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kasfy

node js framework for smart back-end

  • 1.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

KASFY CLI

Kasfy, a free an open source framework built on the top of Node.js harnessing the power the amazing web programming language, JavaScript. It fulfills all of your API development needs.

Install Globallay Kasfy

#windows (run cmd with administrator permission)
npm install -g kasfy

#Linux or Mac
sudo npm install -g kasfy

Check Kasfy

kasfy

or 

kasfy --version

Navigate your like path after run this command to create new kasfy project

kasfy create AwesomeApp   

# OR

kasfy new AwesomeApp

Kasfy project run

kasfy serve   

# OR

kasfy dev

File Creation Commands

Create a new controller

kasfy make:ctrl <ControllerName>

#OR 

kasfy create:controller <ControllerName>

Create a new migration

make:migration <MigrationName>

#OR

create:migration <MigrationName>

Keywords

FAQs

Package last updated on 07 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc