Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dpaluy/railstart

Tags

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ui): support light theme terminals in summary display (#9)

Replace bright_white and bright_cyan colors with universal ANSI colors
(green, cyan) that are visible on both light and dark terminal backgrounds.

Bump version to 0.4.2

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #8 from dpaluy/fix/config-example

feat(init): copy complete default config instead of minimal example

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #7 from dpaluy/feature/custom-cmds

feat(template-runner): add Rails template post-action support

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #6 from dpaluy/support/vite

feat(config): add Sass, Bun, Vite, and test framework options

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from dpaluy/fix/exe

fix(cli): fix Thor::UndefinedCommandError argument count

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4 from dpaluy/fix/questionary

Add Laravel-inspired UI with styled boxes and dynamic version detection