Sha256: aa88b8d96bdbd2575f2b1a9d51e6599bd438e1696bbc7c025663f3d6676d18c4
Contents?: true
Size: 539 Bytes
Versions: 3
Compression:
Stored size: 539 Bytes
Contents
# <%= app_name.humanize %> ## Getting Started After you have cloned this repo, run this setup script to set up your machine with the necessary dependencies to run and test this app: % ./bin/setup It assumes you have a machine equipped with Ruby, Postgres, etc. ## Generating Components ```shell rails g component component-name ``` Will generate: ```shell frontend/components ├── component-name │ ├── _component-name.html.erb │ ├── component-name.css │ └── component-name.js ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tractor_beam-0.1.4 | templates/Readme.md.erb |
tractor_beam-0.1.2 | templates/Readme.md.erb |
tractor_beam-0.1.1 | templates/Readme.md.erb |