@adonisjs/cli 中文文档教程

发布于 4年前 浏览 1 项目主页 更新于 3年前

AdonisJs Cli ????

Adonisjs 的脚手架工具

NPM 版本构建状态AppveyorCoveralls

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

NPM VersionBuild StatusAppveyorCoveralls

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

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文