-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: guide user for parachain creation (#98)
* feat: structure to handle multiple template providers * feat: guide user in create parachain process * feat: get latest releases * feat: clone the repo from the selected release * refactor: polish * chore: add warning note about security in external provider templates * docs: update README * chore: warning message if user prompt customizable flags in external provider template * feat: promp user for customization values * chore: fmt * refactor: various improvements (#99) * fix: check for feature contracts * chore: cargo fmt * test: unit tests * feat: -t to select the template * refactor: remove OpenZeppelin templates * docs: pop-cli README * docs: license in new files * docs: icon in README * fix: feature flags * refactor: maximise use of enums (#120) * refactor: take contract name by reference * refactor: maximise use of enums * chore: little change in README * fix: avoid readme repetition * fix: link in readme * chore: create a symbolic link * fix: tests * refactor: move functions from helpers to module where they are used * refactor: remove hardcoded urls * refactor: improve code to manage different urls * chore: const for github.com string * fix: typo * chore: add deprecated label in help for parity templates --------- Co-authored-by: Frank Bell <[email protected]>
- Loading branch information
1 parent
dbcf6ba
commit 90f8846
Showing
21 changed files
with
650 additions
and
423 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../crates/pop-cli/README.md |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 @@ | ||
../../README.md |
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.