examples

Jets Example Projects

11
0
Ruby

Jets Example Projects

BoltOps Badge

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

Examples

Adding your project

Fork the repo and create a pull request.

Submodule

To add your project as a submodule:

git submodule add https://github.com/username/my_project.git examples/my_project

Update README

There’s a command to update the readme projects list:

rake readme

Thank You

If you find Jets interesting, please it a GitHub star tongueroo/jets. It helps others find out about the project. I’d appreciate it!