devl
Table of Contents
You can find the web version here, if you prefer.
About devl
Devl was created as a
command-line app to help
people learn to code. It was also built so that everyone would have easy access
to cheatsheets, resources, and everything in between, right from the CLI.
Devl stands for DEVeloper + Learn. Only after did I realize that I had a perfect icon :)
Also, because dependencies suck, devl has none.
Installation
Prerequisites
- Go is required for building the project. You can delete it right after if you
don't want to keep it, though.
Option 1: go
go install github.com/Kaamkiya/devl@main
Option 2: curl
Requires curl to get the installation script and git to clone the repo.
curl https://raw.githubusercontent.com/Kaamkiya/devl/main/init.sh | sh
Uninstalling
If you installed with curl:
rm -rf ~/.devl
I don't yet know how to uninstall with Go. Feel free to make an issue/PR if you do.
Features
- Cheatsheets
- Quizzes
- Resource finder
- Gitignore generator
- Lines of code counter
- Challenges
Contributing
Contributions are welcome! Note that they will only be accepted if they follow
the Code of Conduct, and the style guide.
See the Contributing guidelines for more info.
License
This project uses the MIT License.
Todo
- Add more quizzes
- Add more challenges
- Add README generator