https://github.com/ulyssear/just-render
Generates HTMLElement from string
https://github.com/ulyssear/just-render
github-workflow html javascript javascript-library nodejs nodejs-library
Last synced: 3 months ago
JSON representation
Generates HTMLElement from string
- Host: GitHub
- URL: https://github.com/ulyssear/just-render
- Owner: ulyssear
- License: mit
- Created: 2021-06-29T20:45:43.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T22:18:48.000Z (over 2 years ago)
- Last Synced: 2025-03-01T10:18:44.037Z (4 months ago)
- Topics: github-workflow, html, javascript, javascript-library, nodejs, nodejs-library
- Language: JavaScript
- Homepage:
- Size: 214 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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]
[![LinkedIn][linkedin-shield]][linkedin-url]
@ulyssear/just-render
Just Render is a simple and lightweight library to render HTML templates.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
Generates HTML elements from a template string with only JavaScript.
### Built With
[![Javascript][Javascript-shield]][Javascript-url]
[![NodeJS][NodeJS-shield]][NodeJS-url]## Getting Started
### Prerequisites
### Installation
#### From CDN
#### Manual installation
1. Clone the repo
```sh
git clone https://github.com/ulyssear/just-render.git
```## Usage
## Roadmap
See the [open issues](https://github.com/ulyssear/just-render/issues) for a full list of proposed features (and known issues).
## 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 fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Ulysse ARNAUD - [email protected]
Project Link: [https://github.com/ulyssear/just-render](https://github.com/ulyssear/just-render)
[contributors-shield]: https://img.shields.io/github/contributors/ulyssear/just-render.svg?style=for-the-badge
[contributors-url]: https://github.com/ulyssear/just-render/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/ulyssear/just-render.svg?style=for-the-badge
[forks-url]: https://github.com/ulyssear/just-render/network/members
[stars-shield]: https://img.shields.io/github/stars/ulyssear/just-render.svg?style=for-the-badge
[stars-url]: https://github.com/ulyssear/just-render/stargazers
[issues-shield]: https://img.shields.io/github/issues/ulyssear/just-render.svg?style=for-the-badge
[issues-url]: https://github.com/ulyssear/just-render/issues
[license-shield]: https://img.shields.io/github/license/ulyssear/just-render.svg?style=for-the-badge
[license-url]: https://github.com/ulyssear/just-render/blob/master/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/ulyssearnaud
[product-screenshot]: images/screenshot.png
[JavaScript-shield]: https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E
[JavaScript-url]: https://www.javascript.com/
[NodeJS-shield]: https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white
[NodeJS-url]: https://nodejs.org/en/