forked from imdrasil/sam.cr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request imdrasil#8 from imdrasil/enhance_dsl
Enhance DSL
- Loading branch information
Showing
10 changed files
with
236 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 1,9 @@ | ||
require "sam" | ||
|
||
# Here you can define your tasks | ||
# desc "with description to be used by help command" | ||
# task "test" do | ||
# puts "ping" | ||
# end | ||
|
||
Sam.help |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 1,12 @@ | ||
name: sam | ||
version: 0.3.0 | ||
version: 0.3.1 | ||
|
||
authors: | ||
- Roman Kalnytskyi <[email protected]> | ||
|
||
crystal: 0.26.0 | ||
crystal: 0.30.1 | ||
|
||
license: MIT | ||
|
||
scripts: | ||
postinstall: "false | cp -i examples/sam.template ../../sam.cr 2>/dev/null" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.