cmd icon indicating copy to clipboard operation
cmd copied to clipboard

Command line tools for Revel.

Results 15 cmd issues
Sort by recently updated
recently updated
newest added

Notes from gitter chat: https://github.com/revel/cmd/blob/master/revel/new.go https://github.com/revel/cmd/blob/master/revel/new.go#L202 https://github.com/revel/skeletons/blob/master/basic/bootstrap4/conf/app.conf.template @notzippy should we allow skeletons to control the app.conf template? if we add more official templates, e.g. zurb’s foundation, etc, we’ll have to...

This adds support to run custom server logic with the help of https://github.com/revel/revel/pull/879.

status-needs RFC

Allows code like ``` func (c MyController) Index() revel.Result { return c.Render(myotherpackage.Data) } ``` ``` my data is: {{.myotherpackage_Data}} ```

status-needs testing
status-wrong branch
type-feature

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20211015210444-4f30a5c0130f to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20211015210444-4f30a5c0130f&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20211019181941-9d821ace8654 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20211019181941-9d821ace8654&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies