Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adonisjs/ace
Node.js framework for creating command line applications
https://github.com/adonisjs/ace
bundled-with-core cli-framework
Last synced: about 18 hours ago
JSON representation
Node.js framework for creating command line applications
- Host: GitHub
- URL: https://github.com/adonisjs/ace
- Owner: adonisjs
- License: mit
- Created: 2015-09-01T14:10:02.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-29T05:26:16.000Z (7 months ago)
- Last Synced: 2024-05-21T02:12:27.649Z (6 months ago)
- Topics: bundled-with-core, cli-framework
- Language: TypeScript
- Homepage:
- Size: 2.08 MB
- Stars: 348
- Watchers: 11
- Forks: 35
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @adonisjs/ace
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
## Introduction
Ace is the command-line framework for Node.js. It is built with **testing in mind**, is **light weight** in comparison to other CLI frameworks, and offers a clean API for creating CLI commands.## Official Documentation
The documentation is available on the official website## Contributing
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.We encourage you to read the [contribution guide](https://github.com/adonisjs/.github/blob/main/docs/CONTRIBUTING.md) before contributing to the framework.
## Code of Conduct
In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md).## License
AdonisJS Ace is open-sourced software licensed under the [MIT license](LICENSE.md).[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/ace/checks.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/adonisjs/ace/actions/workflows/checks.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