-
Notifications
You must be signed in to change notification settings - Fork 39
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 #31
Comments
Hello there. Please add your comments/questions here, or find me on the Flow Discord (mack) Happy hacking! |
The example scaffold link in the OP is broken. |
@eburnette Thanks, it should work now |
Hi @10thfloor , I'm interested in it. |
Sure thing @flyinglimao, that works! |
@flyinglimao How is the project going so far? |
Working on it but I think it's a bit hard for me to finish it this week |
Hi @10thfloor, I finished the feature (repo) but have some problems with writing tests. (edit: I saw some PR add test in |
Good day @flyinglimao! Thanks so much for all your hardwork & participation. In order to finalize winners & prepare for prize payout, we'll need the following actions from your end. Please provide the following information by Nov 17, 2021, (in this GH Issue is fine): 1. Team Information
🎖IMPORTANT: We will only proceed with prize payouts once all members have confirmed with 👍 on the post. 2. Video Demo (optional)
We will be hosting Closing Ceremonies on November 23rd, 8AM PT where we'll having closing remarks from Dete & will be announcing the winners! I'll share the details here before Nov 17. |
Team Members Information:
|
Hey folks, We've received and reviewed over 82 submissions! What an amazing community on Flow! To commemorate all the hard work done, we have finalized winners and will be announcing them during our Closing Ceremony on Nov 23rd, 8AM PT. Be sure to join us - there may be some attendance prizes & a keynote from our CTO, Dete 😉! RSVP here so you don't miss out! See you then! |
Description (Problem Statement)
Currently, there are no local tools that support scaffolding a Flow project.
For newcomers to Flow, having a suggested folder structure, as well as boilerplate configuration will save them time while experimenting or kicking off their next project.
This issue proposes a lightweight scaffolding system to be built into the Flow CLI, enabling users to quickly generate a Flow project structure based on current best practices - example scaffold.
Experience Required
Minimum Feature Set (Acceptance Criteria)
The command should:
.env.example
file with emulator defaults.gitignore
Milestone Requirements
Software Requirements
Maintainability
Testing
Other Requirements
Documentation
Code standards or guidelines
Judging Criteria
Resources
The text was updated successfully, but these errors were encountered: