1.0.1 • Published 3 years ago

koa-cli-man v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

koa-cli-man,一款基于nodejs的新的web框架koa示例代码生成脚手架.

koa-cli-man,采用的package.json配置"type":"module",使用esm规范.

也可默认为"type": "commonjs",采用的commonjs模块规范.

🏠 npm | ahviplc

🏠 npm | koa-cli-man

🏠 Homepage-gitee

Demo-gitee

🏠 Homepage-github

Demo-github

Prerequisites

  • node >13.0.0

Install

yarn
yarn install
或者
npm i
npm install

npm或yarn全局安装与使用

全局npm安装或yarn安装

npm i -g koa-cli-man
或者
npm install -g koa-cli-man
或者 TODO yarn
yarn add global koa-cli-man

全局命令使用 使用下面命令

koa-cli-man
或者
kcman
或者
koa-cli

Usage

yarn app
或者
npm run app

Run tests

TODO

yarn run test

Done

npm run app:test
或
yarn app:test
yarn run app:test

Links

koa-setup - npm
https://www.npmjs.com/package/koa-setup

GitHub - cuixiaorui/koa-setup: setup koa 开发坏境
https://github.com/cuixiaorui/koa-setup

GitHub - cuixiaorui/mini-vue: 实现最简 vue3 模型( Help you learn more efficiently vue3 source code )
https://github.com/cuixiaorui/mini-vue

GitHub - koajs/koa: Expressive middleware for node.js using ES2017 async functions
https://github.com/koajs/koa

GitHub - remy/nodemon: Monitor for any changes in your node.js application and automatically restart the server - perfect for development
https://github.com/remy/nodemon

GitHub - sindresorhus/meow: 🐈 CLI app helper
https://github.com/sindresorhus/meow

GitHub - SBoudrias/Inquirer.js: A collection of common interactive command line user interfaces.
https://github.com/SBoudrias/Inquirer.js

GitHub - tj/commander.js: node.js command-line interfaces made easy
https://github.com/tj/commander.js

GitHub - mde/ejs: Embedded JavaScript templates -- http://ejs.co
https://github.com/mde/ejs

GitHub - chalk/chalk: 🖍 Terminal string styling done right
https://github.com/chalk/chalk

GitHub - sindresorhus/execa: Process execution for humans
https://github.com/sindresorhus/execa

GitHub - prettier/prettier: Prettier is an opinionated code formatter.
https://github.com/prettier/prettier

GitHub - babel/babel: 🐠 Babel is a compiler for writing next generation JavaScript.
https://github.com/babel/babel

GitHub - jprichardson/node-fs-extra: Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
https://github.com/jprichardson/node-fs-extra

GitHub - beautify-web/js-beautify: Beautifier for javascript
https://github.com/beautify-web/js-beautify

GitHub - pomber/git-history: Quickly browse the history of a file from any git repository
https://github.com/pomber/git-history

GitHub - coreybutler/nvm-windows: A node.js version management utility for Windows. Ironically written in Go.
https://github.com/coreybutler/nvm-windows

GitHub - kefranabg/readme-md-generator: 📄 CLI that generates beautiful README.md files
https://github.com/kefranabg/readme-md-generator

GitHub - sindresorhus/awesome-nodejs: Delightful Node.js packages and resources
https://github.com/sindresorhus/awesome-nodejs

Author

👤 LC ahlc@sina.cn

Show your support

Give a ⭐️if this project helped you!


This README was generated with ❤ by readme-md-generator