Skip to content

imamatory/nodos

 
 

Repository files navigation

Build Status

Nodos

Node.js framework for humans

Requirements

  • Nodejs >= 10

Install

$ npm i -g @nodosjs/cli
$ nodos new MyBlog
$ cd MyBlog
$ bin/nodos server
# commands: bin/nodos --help

Example

# Setup
$ git clone <this repo>
$ cd nodos
$ make setup
$ cd example
$ make setup
$ bin/nodos test
$ bin/nodos server

Development

We use https://lernajs.io and yarn

$ git clone <this repo>
$ cd nodos
$ make setup
$ make test

How to start (https://github.com/nodosjs/nodos/wiki). Russian version only.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.8%
  • Makefile 2.3%
  • Other 0.9%