amber_saludo

Version, currently master branch1 version
  • master branchlatestFeb 3, 2018

github.com/faustinoaq/amber-saludo

Project example trying to create a plugin for Amber Framework

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  amber_saludo:
    github: faustinoaq/amber-saludo
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.24.1
License
MIT
Author
Faustino Aguilar

Dependencies

Runtime Dependencies

  • amber*github: amberframework/amber

README

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