https://github.com/wanadev/enlightme
Enlighten your users with a beautiful documentation
https://github.com/wanadev/enlightme
Last synced: about 2 months ago
JSON representation
Enlighten your users with a beautiful documentation
- Host: GitHub
- URL: https://github.com/wanadev/enlightme
- Owner: wanadev
- License: other
- Created: 2016-12-12T10:53:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T05:31:19.000Z (about 1 year ago)
- Last Synced: 2024-03-26T12:12:28.579Z (about 1 year ago)
- Language: Less
- Homepage: https://wanadev.github.io/enlightme/
- Size: 221 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Enlight'me
[](https://github.com/wanadev/enlightme/actions/workflows/tests.yml)
[](https://www.npmjs.com/package/enlightme)
[](https://github.com/wanadev/enlightme/blob/master/LICENSE)
[](https://discord.gg/BmUkEdMuFp)> Enlighten your users with a beautiful documentation
**Enlight'me** is a static site generator based on [Metalsmith][] that let you
build pretty Github pages for your projects without hassles. Just put some Markdown
files in a `doc/` folder of your repo, and you'r done![Metalsmith]: http://www.metalsmith.io/
## Install
To install Enlight'me, run the following command:
npm install --save-dev enlightme
## Documentation
* See https://wanadev.github.io/enlightme/
## Contributing
### Questions
If you have any question, you can:
* [Open an issue on GitHub][gh-issue]
* [Ask on discord][discord]### Bugs
If you found a bug, please [open an issue on Github][gh-issue] with as much information as possible.
### Pull Requests
Please consider [filing a bug][gh-issue] before starting to work on a new feature. This will allow us to discuss the best way to do it. This is of course not necessary if you just want to fix some typo or small errors in the code.
### Coding Style / Lint
To check coding style, run the follwoing command:
npm run lint
[gh-issue]: https://github.com/wanadev/enlightme/issues
[discord]: https://discord.gg/BmUkEdMuFp## Changelog
* **[NEXT]** (changes on master that have not been released yet):
* Nothing yet ;)
* **v0.2.0:**
* Added a lint command in package.json (@flozz)
* Fixed wrong dependencies: added missing lodash, and removed unnecessary request lib (@jbghoul, #7)
* Updated dependencies (@jbghoul, #7)* **v0.1.1:**
* Fixed a syntax error in a template (@flozz)
* **v0.1.0:**
* Initial release