All Projects → koahubjs → koahub-cli

koahubjs / koahub-cli

Licence: other
KoaHub CLI -- KoaHub.js的开发工具,自动babel编译 ES6/7(Generator Function, Class, Async & Await)并且文件修改后自动重启。

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to koahub-cli

Koahub Demo
koahub+async/await+mysql
Stars: ✭ 15 (-6.25%)
Mutual labels:  koa, koajs, koa2
polix
🚀 Node.js Web Framework
Stars: ✭ 32 (+100%)
Mutual labels:  koa, koajs, koa2
restria
Entria's REST API boilerplate
Stars: ✭ 25 (+56.25%)
Mutual labels:  koa, koajs, koa2
Koa2 Note
《Koa2进阶学习笔记》已完结🎄🎄🎄
Stars: ✭ 4,725 (+29431.25%)
Mutual labels:  koa, koajs, koa2
Cool Admin Api
cool-admin-api 是基于egg.js、typeorm、jwt等封装的api开发脚手架、快速开发api接口
Stars: ✭ 188 (+1075%)
Mutual labels:  koa, koajs, koa2
Koajs Design Note
《Koa.js 设计模式-学习笔记》已完结 😆
Stars: ✭ 520 (+3150%)
Mutual labels:  koa, koajs, koa2
Koahub
KoaHub.js -- 中文最佳实践Node.js Web快速开发框架。支持Koa.js, Express.js中间件。当前项目已停止维护,推荐使用Doodoo.js
Stars: ✭ 308 (+1825%)
Mutual labels:  koa, koajs, koa2
Vue Chat
👥Vue全家桶+Socket.io+Express/Koa2打造一个智能聊天室。
Stars: ✭ 887 (+5443.75%)
Mutual labels:  koa, koajs, koa2
Koach Javascript
Production ready Koa2 boilerplate.
Stars: ✭ 79 (+393.75%)
Mutual labels:  koa, koajs, koa2
Koalerplate
Simple Koa Boilerplate for APIs
Stars: ✭ 118 (+637.5%)
Mutual labels:  koa, koa2
Koa Proxies
a [email protected] proxy middleware
Stars: ✭ 125 (+681.25%)
Mutual labels:  koa, koa2
koa-xml-body
koa middleware to parse xml request body
Stars: ✭ 36 (+125%)
Mutual labels:  koa, koa2
Postgraphile
GraphQL is a new way of communicating with your server. It eliminates the problems of over- and under-fetching, incorporates strong data types, has built-in introspection, documentation and deprecation capabilities, and is implemented in many programming languages. This all leads to gloriously low-latency user experiences, better developer experiences, and much increased productivity. Because of all this, GraphQL is typically used as a replacement for (or companion to) RESTful API services.
Stars: ✭ 10,967 (+68443.75%)
Mutual labels:  koa, koa2
Strapi
🚀 Open source Node.js Headless CMS to easily build customisable APIs
Stars: ✭ 41,786 (+261062.5%)
Mutual labels:  koa, koa2
Sactive Web
🚀 A dependency injection web framework for Node.js.
Stars: ✭ 143 (+793.75%)
Mutual labels:  koa, koa2
Chatroom
vue2聊天室,图灵机器人,node爬虫
Stars: ✭ 103 (+543.75%)
Mutual labels:  koa, koa2
Koa Hbs
Handlebars templates for Koa.js
Stars: ✭ 156 (+875%)
Mutual labels:  koa, koa2
Github Ranking
🔍GitHub不同语言热门项目排行,Vue.js做页面展示
Stars: ✭ 160 (+900%)
Mutual labels:  koa, koa2
Koa Mobx React Starter
A straightforward starter for Node javascript web projects. Using Koa, MobX and ReactJS (with universal / isomorphic server rendering)
Stars: ✭ 102 (+537.5%)
Mutual labels:  koa, koa2
Vue Webpack Config
Koa2、Webpack、Vue、React、Node
Stars: ✭ 151 (+843.75%)
Mutual labels:  koa, koa2

介绍

KoaHub CLI -- KoaHub.js的开发工具,自动Babel编译 ES6/7(Generator Function, Class, Async & Await)并且文件修改后自动重启。

特性

  1. ​自动重启
  2. 自动Babel编译
  3. 自动创建控制器
  4. 自动创建koahub项目
  5. 支持全局命令行
  6. 支持模块启动
  7. ...

支持

require('koahub-cli').run('start app/index.js --watch --compile');

快速创建项目

//安装全局命令
npm install koahubjs/koahub-cli -g
//快速创建项目
koahub create koahub-demo
//进入项目
cd koahub-demo
//安装依赖
npm install
//启动项目
npm start

安装使用

//安装:npm install koahubjs/koahub-cli -g
//使用:
koahub

Usage: koahub [options] [command]

Commands:

start [options] [script]  koahub start script --watch --compile
controller [name]         koahub create controller
create [project]          koahub create project

Options:

-h, --help     output usage information
-V, --version  output the version number

Examples:

koahub start app/index.js --watch --compile --runtime runtime (文件修改自动编译到runtime并且重启)
koahub controller app/controller/home/index (自动创建控制器模版)
koahub create koahub-demo (自动初始化项目)

KoaHub.js

KoaHub.js框架

官网

KoaHub.js官网

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].