Sign In

rock-cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rock-cli

A scaffold based on koa2

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
14
-22.22%
Maintainers
1
Weekly downloads
 
Created
Source

ROCK

description

基于node koa2的一款servers脚手架 

Installation

$ npm install -g rock-cli

Quick Start

Install dependencies:

$ rock -a <project-name>
or
$ rock --add <project-name>
$ npm i

$ npm start

Start your Koa app at http://localhost:3000/:

More:

  • Mysql installation

  • The new test database

  • Data table automatic generation

$ npm run create_mysql_table

Access to the localhost:3000/users/search

Keywords

koa2

FAQs

Package last updated on 02 Jul 2018

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