Skip to content

A repository which can be copied to create a new Code Valet service

License

Notifications You must be signed in to change notification settings

CodeValet/ruby-service-template

Repository files navigation

Ruby Service Template

This repository is a template for Code Valet backend services.

Makefile targets

Packaging targets

container

Create the Docker container for the service.

Miscellaneous targets

all

Default task, typically for building the container and running verification tasks.

clean

Remove built files and containers

run

Run a local version of the service on port 9292

Verification targets

analyze

Run Rubocop static analysis.

check

Run all the verification tasks.

check-container

Validate that the built container is valid.

cucumber

Run Cucumber acceptance tests.

spec

Run RSpec unit tests.

About

A repository which can be copied to create a new Code Valet service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published