Command line tool for Adonisjs
npm install @adonisjs/cli[![NPM Version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Appveyor][appveyor-image]][appveyor-url]
[![Coveralls][coveralls-image]][coveralls-url]
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.
bash
npm i --global @adonisjs/cli
`Usage
`bash
adonis new yardstickstart 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.`bash
npm run test:localreport coverage
npm run teston windows
npm run test:win
``Checkout CHANGELOG.md file for release history.
AdonisJs – @adonisframework – virk@adonisjs.com
Checkout LICENSE.txt for license information
Harminder Virk (Aman) - https://github.com/thetutlage
[appveyor-image]: https://img.shields.io/appveyor/ci/thetutlage/adonis-cli/master.svg?style=flat-square
[appveyor-url]: https://ci.appveyor.com/project/thetutlage/adonis-cli
[npm-image]: https://img.shields.io/npm/v/@adonisjs/cli.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@adonisjs/cli
[travis-image]: https://img.shields.io/travis/adonisjs/adonis-cli/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/adonisjs/adonis-cli
[coveralls-image]: https://img.shields.io/coveralls/adonisjs/adonis-cli/develop.svg?style=flat-square
[coveralls-url]: https://coveralls.io/github/adonisjs/adonis-cli