Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaytaph/til-generator
Today I learned
https://github.com/jaytaph/til-generator
Last synced: 22 days ago
JSON representation
Today I learned
- Host: GitHub
- URL: https://github.com/jaytaph/til-generator
- Owner: jaytaph
- License: mit
- Created: 2021-05-03T06:59:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T13:37:12.000Z (over 3 years ago)
- Last Synced: 2024-10-15T22:11:07.175Z (2 months ago)
- Language: Twig
- Size: 35.2 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Today I Learned
A simple generator tool to generate small snippets (TILs) into a static site.## Usage
$ til-generator.phar generate
You can use a different theme:
$ til-generator.phar generate --theme
Check out which themes are available:
$ til-generator.phar list-themes
## Compile
$ composer install
$ ./vendor/bin/box compileThis will generate a phar file which can be used to distribute.
## Bugs
yes.