UNPKG

1.9 kBMarkdownView Raw
1<div align="center">
2 <img src="https://res.cloudinary.com/adonisjs/image/upload/q_100/v1558612869/adonis-readme_zscycu.jpg" width="600px">
3</div>
4
5<br />
6
7<div align="center">
8 <h3>Command line framework of AdonisJS</h3>
9 <p> Ace is command line framework embedded into AdonisJS for creating CLI commands. AdonisJS is the <strong>only Node.js framework</strong> that allows creating CLI commands as part of the application codebase. </p>
10</div>
11
12<br />
13
14<div align="center">
15
16[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url] [![synk-image]][synk-url]
17
18</div>
19
20<div align="center">
21 <h3>
22 <a href="https://adonisjs.com">
23 Website
24 </a>
25 <span> | </span>
26 <a href="https://docs.adonisjs.com/guides/ace-commandline">
27 Guides
28 </a>
29 <span> | </span>
30 <a href="CONTRIBUTING.md">
31 Contributing
32 </a>
33 <span> | </span>
34 <a href="flow-chart.png">
35 Flow chart
36 </a>
37 </h3>
38</div>
39
40<div align="center">
41 <sub>Built with ❤︎ by <a href="https://twitter.com/AmanVirk1">Harminder Virk</a>
42</div>
43
44[gh-workflow-image]: https://img.shields.io/github/workflow/status/adonisjs/ace/test?style=for-the-badge
45[gh-workflow-url]: https://github.com/adonisjs/ace/actions/workflows/test.yml "Github action"
46
47[npm-image]: https://img.shields.io/npm/v/@adonisjs/ace/latest.svg?style=for-the-badge&logo=npm
48[npm-url]: https://npmjs.org/package/@adonisjs/ace/v/latest "npm"
49
50[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
51
52[license-url]: LICENSE.md
53[license-image]: https://img.shields.io/github/license/adonisjs/ace?style=for-the-badge
54
55[synk-image]: https://img.shields.io/snyk/vulnerabilities/github/adonisjs/ace?label=Synk%20Vulnerabilities&style=for-the-badge
56[synk-url]: https://snyk.io/test/github/adonisjs/ace?targetFile=package.json "synk"