An app store for CLI apps.
- Fork this repository
- Clone your fork to your computer
- Duplicate the
_template_
directory into theapps
directory - Update it to your app's values
- Replace the
main.png
or delete it to auto generate it from thecommand
field in themain.yaml
- Replace the screenshots
- Update the
main.yaml
file
- Replace the
- Open a Pull Request
- Fork this repository
- If the app's developer is also the maintainer
- Then remove the
maintainer
field from your app'smain.yaml
file - Else set the respective maintainer
- Then remove the
- Commit the changes
- Open a Pull Request
Use chokidar to auto restart the server:
chokidar \
project.yml apps images templates \
--initial \
--polling \
--command 'killall sprinkles; sprinkles -serve 5000'
Open the website at http://127.0.0.1:5000 and use the Live Reload Firefox plugin to auto reload the website.
- Build the website with
make baked
- Deploy the
./baked
directory withsurge ./baked
- http://cliappstore.surge.sh
- Terminal Trove - Curated showcase for everything in the terminal.
- Check out https://graphcms.com
- Check out GUIs Considered Harmful (1998) // Hacker News (http://porkmail.org/era/unix/guis.txt)
- Redirect surge.sh url
- Add comparison page. E.g. https://cliapp.store/comparisons/vim/neovim