Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunaisnotaboy/kickstart
A Rails kickstart repo
https://github.com/lunaisnotaboy/kickstart
Last synced: about 2 months ago
JSON representation
A Rails kickstart repo
- Host: GitHub
- URL: https://github.com/lunaisnotaboy/kickstart
- Owner: lunaisnotaboy
- License: unlicense
- Created: 2021-05-30T18:41:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T18:41:34.000Z (over 3 years ago)
- Last Synced: 2024-10-12T19:41:42.833Z (3 months ago)
- Language: Ruby
- Size: 147 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rails kickstart
A Rails kickstart repo with the following stuff already configured:
- Webpacker handling assets
- Sass compilation
- Auto-annotating models
- Rubocop for formatting
- Editorconfig
- Scripts for managing application (setup, update, server, etc.)Everything else is a blank slate. No CSS frameworks installed, just
use what you want.## Why?
I made this because I was tired of redoing this over and over again
when I started a new project.## What is the license?
As nothing really is here, it's licensed under the [Unlicense](LICENSE).