Skip to content

Project example trying to create a plugin for Amber Framework

License

Notifications You must be signed in to change notification settings

faustinoaq/amber-saludo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amber Saludo

saludo

This is an project example trying to create a plugin for Amber Framework based on Amber::CLI

Installation

Add this to your application's shard.yml:

targets:
  saludo:
    main: lib/amber_saludo/src/amber_saludo.cr

dependencies:
  amber_saludo:
    github: faustinoaq/amber-saludo

Then execute shards build saludo

Usage

generate

bin/saludo generate

Generate src/controllers/saludo_controller.cr and modifies config/routers.cr adding /saludo path to your project.

help

bin/saludo --help

Print help information about saludo usage.

version

bin/saludo --version

Print saludo version.

Development

Based on Amber::CLI, check Amber repo for more info.

Contributing

  1. Fork it ( https://github.com/faustinoaq/amber-saludo/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • faustinoaq Faustino Aguilar - creator, maintainer

About

Project example trying to create a plugin for Amber Framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published