Sha256: af95cedb0a84c126655f10a90eb520265a71769ab0bdf935a0e494f1d04bb8fc
Contents?: true
Size: 393 Bytes
Versions: 2
Compression:
Stored size: 393 Bytes
Contents
# Hephaestus A plug template for Yetto. ## Usage ``` rails new plug-app --api -m hephaestus/template.rb ``` If you're working on updating this locally, you'll also probably want: ``` rm -rf plug-app && DEBUG=1 rails new plug-app --api -m hephaestus/template.rb ``` ## Acknowledgements This project was heavily based on [thoughtbot/suspenders](https://github.com/thoughtbot/suspenders).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hephaestus-0.0.2 | README.md |
hephaestus-0.0.1 | README.md |