generated from Stacked-Org/package-template
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: custom config not copied to target created project (#21)
* When stacked_cli is not installed, install it An improvement for development more than production because on production should not happen. * Modify resolveConfigFile to use custom filepath Improved resolveConfigFile to accept custom config filepath which overrides default custom config filepath in XDG_CONFIG_HOME. * Add config-path option to create app command - Added config-path option to create app command - Modify create app command to replace custom config on app created --------- Co-authored-by: Dane Mackier <[email protected]>
- Loading branch information
1 parent
ace129a
commit 71a40a6
Showing
14 changed files
with
316 additions
and
425 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
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,2 +1,5 @@ | ||
/// Defines the filename of the stacked configuration file | ||
/// Defines default filename of the stacked configuration file | ||
const String kConfigFileName = 'stacked.json'; | ||
|
||
/// Defines default message for current version | ||
const String currentVersionNotAvailable = 'Current Version Not Available'; |
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
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.