Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenra-io/lenra_cli
The Lenra's command line interface
https://github.com/lenra-io/lenra_cli
cli hacktoberfest lenra rust
Last synced: 4 days ago
JSON representation
The Lenra's command line interface
- Host: GitHub
- URL: https://github.com/lenra-io/lenra_cli
- Owner: lenra-io
- License: mit
- Created: 2022-08-12T16:26:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T17:29:03.000Z (4 months ago)
- Last Synced: 2024-12-06T10:50:26.371Z (17 days ago)
- Topics: cli, hacktoberfest, lenra, rust
- Language: Rust
- Homepage:
- Size: 385 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
Lenra CLI
Lenra is an open-source and ethical alternative to Firebase. Optimize your app creation, and just like that, make the world a better place;)
Create / host and deploy in one place.
[Report Bug](https://github.com/lenra-io/lenra_cli/issues)
·
[Request Feature](https://github.com/lenra-io/lenra_cli/issues)
The Lenra's command line interface helps you building your Lenra app locally.
## What is Lenra
Lenra is an open source framework to create your app using any language, and deploy it without any Ops scale, built on ethical values.
[Discover our framework](https://www.lenra.io/discover.html)
## Getting Started
To start using Lenra to build your app, [install the CLI](install.md) and learn [how to use it](docs/index.md).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please open an issue with the tag "enhancement" or "bug".
Don't forget to give the project a star! Thanks again!### Run tests
In order to have more advanced unit tests, we use [Mocktopus](https://github.com/CodeSandwich/Mocktopus) that is based on the nightly Rust toolchain.
To run them you have to install the toolchain and run them with it:```bash
rustup install nightly
cargo +nightly test
```## License
Distributed under the **MIT** License. See [LICENSE](./LICENSE) for more information.
## Contact
Lenra - [@lenra_dev](https://twitter.com/lenra_dev) - [email protected]
Project Link: [https://github.com/lenra-io/lenra_cli](https://github.com/lenra-io/lenra_cli)
[contributors-shield]: https://img.shields.io/github/contributors/lenra-io/lenra_cli.svg?style=for-the-badge
[contributors-url]: https://github.com/lenra-io/lenra_cli/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/lenra-io/lenra_cli.svg?style=for-the-badge
[forks-url]: https://github.com/lenra-io/lenra_cli/network/members
[stars-shield]: https://img.shields.io/github/stars/lenra-io/lenra_cli.svg?style=for-the-badge
[stars-url]: https://github.com/lenra-io/lenra_cli/stargazers
[issues-shield]: https://img.shields.io/github/issues/lenra-io/lenra_cli.svg?style=for-the-badge
[issues-url]: https://github.com/lenra-io/lenra_cli/issues
[license-shield]: https://img.shields.io/github/license/lenra-io/lenra_cli.svg?style=for-the-badge
[license-url]: https://github.com/lenra-io/lenra_cli/blob/master/LICENSE.txt