Jets Example Projects
List of example projects with Jets. Projects are submodules in the examples folder. To check out the all projects locally:
git clone https://github.com/tongueroo/jets-examples.git
cd jets-examples
git submodule init
git submodule update
Fork the repo and create a pull request.
To add your project as a submodule:
git submodule add https://github.com/username/my_project.git examples/my_project
There’s a command to update the readme projects list:
rake readme
If you find Jets interesting, please it a GitHub star tongueroo/jets. It helps others find out about the project. I’d appreciate it!