mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-04 15:56:24 +02:00
57 lines
1.9 KiB
Markdown
57 lines
1.9 KiB
Markdown
<div align="center">
|
|
<img src="https://res.cloudinary.com/adonisjs/image/upload/q_100/v1558612869/adonis-readme_zscycu.jpg" width="600px">
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<div align="center">
|
|
<h3>Command line framework of AdonisJS</h3>
|
|
<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>
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<div align="center">
|
|
|
|
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url] [![synk-image]][synk-url]
|
|
|
|
</div>
|
|
|
|
<div align="center">
|
|
<h3>
|
|
<a href="https://adonisjs.com">
|
|
Website
|
|
</a>
|
|
<span> | </span>
|
|
<a href="https://docs.adonisjs.com/guides/ace-commandline">
|
|
Guides
|
|
</a>
|
|
<span> | </span>
|
|
<a href="CONTRIBUTING.md">
|
|
Contributing
|
|
</a>
|
|
<span> | </span>
|
|
<a href="flow-chart.png">
|
|
Flow chart
|
|
</a>
|
|
</h3>
|
|
</div>
|
|
|
|
<div align="center">
|
|
<sub>Built with ❤︎ by <a href="https://twitter.com/AmanVirk1">Harminder Virk</a>
|
|
</div>
|
|
|
|
[gh-workflow-image]: https://img.shields.io/github/workflow/status/adonisjs/ace/test?style=for-the-badge
|
|
[gh-workflow-url]: https://github.com/adonisjs/ace/actions/workflows/test.yml "Github action"
|
|
|
|
[npm-image]: https://img.shields.io/npm/v/@adonisjs/ace/latest.svg?style=for-the-badge&logo=npm
|
|
[npm-url]: https://npmjs.org/package/@adonisjs/ace/v/latest "npm"
|
|
|
|
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
|
|
[license-url]: LICENSE.md
|
|
[license-image]: https://img.shields.io/github/license/adonisjs/ace?style=for-the-badge
|
|
|
|
[synk-image]: https://img.shields.io/snyk/vulnerabilities/github/adonisjs/ace?label=Synk%20Vulnerabilities&style=for-the-badge
|
|
[synk-url]: https://snyk.io/test/github/adonisjs/ace?targetFile=package.json "synk"
|