Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI Feature: Project scaffolding - Milestone 1 #85

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions submissions/issue-31/milestone-1/flyinglimao/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## CLI Feature: Project scaffolding - Milestone 1

## Description

This PR is for issue #31.

We add a new command `flow app create`. By this command, users can create a flow project based on [example scaffold](https://github.com/onflow/example-projects/tree/master/full-stack-basic) and setup stacks they want to use.

## Submission Links & Documents

- [PR to Flow-CLI](https://github.com/onflow/flow-cli/pull/404)
- [Repo for scaffold](https://github.com/flyinglimao/flow-app-scaffold)

## Requirements Check

- Have have you met the milestone requirements? yes
- Have you included tests (if applicable)? no
- Have you met the contribution guidelines of the repos you have submitted code to (if applicable)? yes
- If this is the last milestone:
- Demonstrate that you've met all the acceptance criteria (link to code, demos, instructions to run etc.)
- Check [the PR](https://github.com/onflow/flow-cli/pull/404)
- Demonstrate that you've met all milestone requirements and highlight any extensions or additional work done.
- Check [the PR](https://github.com/onflow/flow-cli/pull/404)

## Other Details

- Is there anything specific you'd like the PoC to know or review for?
- Are there other references, documentation, or relevant artificats to mention for this PR (ie. external links to justify design decisions, etc.)?