DEV Community

Cover image for Ready KASFY NodeJS Framework (beta)
кαтнєєѕкυмαɾ
кαтнєєѕкυмαɾ

Posted on

Ready KASFY NodeJS Framework (beta)

We have done a kasfy framework beta release.

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.

Documentation: kasfy.js.org

Github Repository Link

Ready Kasfy CLI for easy to work your project

Install Kasfy CLI with npm

# linux, ubuntu, and mac using with "sudo"
sudo npm install -g kasfy
sudo npm install -g npm

# windows must run cmd with administrator permission 
npm install -g kasfy
npm install -g npm
Enter fullscreen mode Exit fullscreen mode

Create new Kasfy Project

kasfy create AwesomeApp   
# AwesomeApp is sample name.
# OR

kasfy new AwesomeApp
Enter fullscreen mode Exit fullscreen mode

Kasfy Features

😍 Have a Awesome day.

Top comments (0)