https://github.com/taorepoara/lenra-template-bash
A Lenra template using bash
https://github.com/taorepoara/lenra-template-bash
bash jq lenra template
Last synced: 2 months ago
JSON representation
A Lenra template using bash
- Host: GitHub
- URL: https://github.com/taorepoara/lenra-template-bash
- Owner: taorepoara
- License: mit
- Created: 2023-08-03T13:03:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T13:13:50.000Z (almost 3 years ago)
- Last Synced: 2025-05-16T20:43:01.292Z (about 1 year ago)
- Topics: bash, jq, lenra, template
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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]
Template Bash
This template provides just enough to get started with your bash application.
This template should not be use for production uses since the execution time of the application is is pretty slow...
Report Bug
·
Request Feature
## Prerequisites
To properly run this template, you will have to make sure that the Lenra CLI and docker with docker-compose are installed on your computer.
Installation instructions can be found here https://github.com/lenra-io/lenra_cli.
## Usage
To run the Javascript template just run:
```console
lenra dev
```
You can then access the application by opening [`localhost:4000`](http://localhost:4000) on your web browser.
This template is a basic implementation of a Lenra application using the Javascript language. You can get your application started by using this template.
## 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".
Don't forget to give the project a star if you liked it! Thanks again!
## License
Distributed under the **MIT** License. See [LICENSE](./LICENSE) for more information.
[contributors-shield]: https://img.shields.io/github/contributors/taorepoara/lenra-template-bash.svg?style=for-the-badge
[contributors-url]: https://github.com/taorepoara/lenra-template-bash/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/taorepoara/lenra-template-bash.svg?style=for-the-badge
[forks-url]: https://github.com/taorepoara/lenra-template-bash/network/members
[stars-shield]: https://img.shields.io/github/stars/taorepoara/lenra-template-bash.svg?style=for-the-badge
[stars-url]: https://github.com/taorepoara/lenra-template-bash/stargazers
[issues-shield]: https://img.shields.io/github/issues/taorepoara/lenra-template-bash.svg?style=for-the-badge
[issues-url]: https://github.com/taorepoara/lenra-template-bash/issues
[license-shield]: https://img.shields.io/github/license/taorepoara/lenra-template-bash.svg?style=for-the-badge
[license-url]: https://github.com/taorepoara/lenra-template-bash/blob/master/LICENSE