KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
framework
★ 13
Open GitHub ↗
Core of Ivy Nodejs framework.
Download README (.md)
Explore Similar Repositories
qq-literals
:
A Haskell library for compile-time checked literal values, via QuasiQuoters.
ljCheck
:
基于ThinkPHP考勤管理系统
WeekdaysSegmentedControl
:
A Custom segmented control to select weekdays for iOS
boss-oidc
:
Django Auth plugin specific to the Boss SSO Server
php-fp-maybe
:
An implementation of the Maybe monad in PHP.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
framework
?
Download (.md)
# Ivy framework [](https://badge.fury.io/js/ivyframework) [](https://travis-ci.org/ivyjs/framework) [](https://david-dm.org/ivyjs/framework) [](https://coveralls.io/github/ivyjs/framework?branch=master) With intuitive interface, developing Ivy's nodejs applications is easy and fast. It provides you a fluent interface that you will love! Really high test coverege is there to ensure you that framework is stable and working as expected. # Why Node as a backend platform? If you are reading this, you have probably already decided to go for NodeJS, but if not, we will give you a few things to think about. First, your development cost will be much, much, lower, Node uses javascript, so even a frontend developers can find their way through. Its fast, and I mean really fast. Development using ivy reduces the required time to build your app, and allows you to do so without getting a headache. [Documentation can be found here](http://ivyframework.com/) # Setup Ivy installer is used to create new application boilerplate and setup the project in no time! ### Usage In your command line, write: ``` npm install -g ivy-cli ``` for npm, or ``` yarn global add ivy-cli ``` for yarn, in order to setup the ivy installer. After that ivy command is going to be available globaly. To create a new project, just run: ``` ivy new ${project name} ``` for example ```ivy new blog```, and a new folder named "blog", which includes the application boilerplate is going to be created.