@adonisjs/cli 中文文档教程
AdonisJs Cli ????
Adonisjs 的脚手架工具
Adonis cli 构建于 Adonis ace 之上,可帮助您建立脚手架新的 Adonisjs 项目。
它还可以代理项目的所有 ace 命令,以便您可以使用全局 adonis
命令运行它们。
Installation
你可以从 npm 安装包。
npm i --global @adonisjs/cli
Usage
adonis new yardstick
# start http server
adonis serve --dev
Moving Forward
查看 AdonisJs 网站上的官方文档了解更多信息。
Tests
测试是使用 japa 编写的。 运行以下命令以运行测试。
npm run test:local
# report coverage
npm run test
# on windows
npm run test:win
Release History
查看 CHANGELOG.md 文件以获取发布历史记录。
Meta
AdonisJs – @adonisframework – virk@adonisjs.com
查看LICENSE.txt 获取许可证信息
Harminder Virk (Aman) - https://github.com/thetutlage
AdonisJs Cli ????
Scaffolding tool for Adonisjs
Adonis cli is built on top of Adonis ace and helps you scaffold new Adonisjs projects.
Also it can proxy all the ace commands for a project, so that you can run them using the global adonis
command.
Installation
You can install the package from npm.
npm i --global @adonisjs/cli
Usage
adonis new yardstick
# start http server
adonis serve --dev
Moving Forward
Checkout the official documentation at the AdonisJs website for more info.
Tests
Tests are written using japa. Run the following commands to run tests.
npm run test:local
# report coverage
npm run test
# on windows
npm run test:win
Release History
Checkout CHANGELOG.md file for release history.
Meta
AdonisJs – @adonisframework – virk@adonisjs.com
Checkout LICENSE.txt for license information
Harminder Virk (Aman) - https://github.com/thetutlage