# koa-cli-man **Repository Path**: ahviplc/koa-cli-man ## Basic Information - **Project Name**: koa-cli-man - **Description**: koa-cli-man,一款基于nodejs的新的web框架koa示例代码生成脚手架. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-18 - **Last Updated**: 2021-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Welcome to koa-cli-man 👋

Version Documentation License: ISC

> koa-cli-man,一款基于nodejs的新的web框架koa示例代码生成脚手架. `koa-cli-man`,采用的package.json配置`"type":"module",`使用esm规范. 也可默认为`"type": "commonjs",`采用的commonjs模块规范. ### 🏠 [npm | ahviplc](https://www.npmjs.com/~ahviplc) ### 🏠 [npm | koa-cli-man](https://www.npmjs.com/package/koa-cli-man) ### 🏠 [Homepage-gitee](https://gitee.com/ahviplc/koa-cli-man) ### ✨ [Demo-gitee](https://gitee.com/ahviplc/koa-cli-man) ### 🏠 [Homepage-github](https://github.com/ahviplc/koa-cli-man) ### ✨ [Demo-github](https://github.com/ahviplc/koa-cli-man) ## koa-cli-man npm api `可以查看此npm模块的信息json串` > http://registry.npmjs.org/koa-cli-man ## Prerequisites - node >13.0.0 ## Install ```sh yarn yarn install 或者 npm i npm install ``` ## npm或yarn全局安装与使用 `全局npm安装或yarn安装` ```sh npm i -g koa-cli-man 或者 npm install -g koa-cli-man 或者 yarn add global koa-cli-man ``` `注意yarn全局目录的bin要在加入环境变量,使用此命令,才可以被找到.` `全局命令使用` `使用下面命令` ```sh koa-cli-man 或者 kcman 或者 koa-cli ``` ## Usage ```sh yarn app 或者 npm run app ``` ## Run tests `TODO` ```sh yarn run test ``` `Done` ```sh npm run app:test 或 yarn app:test yarn run app:test ``` ## Links ```markdown 下面两都是cuixiaorui教学teach版本 teach-koa-setup-cli - npm https://www.npmjs.com/package/teach-koa-setup-cli teach-setup-koa - npm https://www.npmjs.com/package/teach-setup-koa 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** * Github: [@ahviplc](https://github.com/ahviplc) ## Show your support Give a ⭐️if this project helped you! *** _This README was generated with ❤ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_