Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hay/dexify
Converts text-based files to pretty HTML and creates a searchable index.
https://github.com/hay/dexify
Last synced: 28 days ago
JSON representation
Converts text-based files to pretty HTML and creates a searchable index.
- Host: GitHub
- URL: https://github.com/hay/dexify
- Owner: hay
- License: mit
- Created: 2018-08-27T22:06:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T22:40:50.000Z (over 6 years ago)
- Last Synced: 2024-10-16T05:32:54.934Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dexify
> Converts a folder of text-based files to HTML and creates a searchable index page.A tool to convert a folder full of your Markdown notes to nicely formatted HTML pages and an elegant search page.
Note that this tool is very much in alpha, so the nice formatting and the search page will follow soon.
## Install
```
$ npm install -g dexify
```## Usage
```bash
dexify folder
```## License
MIT © [Hay Kranen](http://www.haykranen.nl)