Skip to content

rubyonjets/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!