Skip to content
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.

Commit

Permalink
rename app to project name
Browse files Browse the repository at this point in the history
This is inline with the standard crystal application.  Now that we can
generate templates, we do not need to rely on a specific name.
  • Loading branch information
drujensen committed Jan 22, 2017
1 parent 1585a45 commit fbec853
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ version: 1.0
shards:
callback:
github: mosop/callback
version: 0.5.0.1
version: 0.5.0

cli:
github: mosop/cli
commit: 1eb9c7e7b1109bac9800972c7be538583a13587d
version: 0.5.1

icr:
github: TechMagister/crystal-icr
commit: fea1ddd02c8becdced0cb1a049c62b42e7aaa63d

optarg:
github: mosop/optarg
version: 0.4.2.9
version: 0.4.2.7

sentry:
github: TechMagister/sentry
Expand Down
3 changes: 2 additions & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ license: MIT
dependencies:
cli:
github: mosop/cli
branch: master
version: ~> 0.5.1

teeplate:
github: mosop/teeplate
version: ~> 0.2.3

icr:
github: TechMagister/crystal-icr
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "option_parser"

build_command = "crystal build ./src/app.cr"
run_command = "./app"
build_command = "crystal build ./src/<%= @name %>.cr"
run_command = "./<%= @name %>"
files = ["./src/**/*", "./config/*"]
files_cleared = false
show_help = false
Expand Down
File renamed without changes.

0 comments on commit fbec853

Please sign in to comment.