-
Notifications
You must be signed in to change notification settings - Fork 3
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
supported workflow for 0.1? #53
Comments
anything else? @pebete/owners |
Now I see the use of For binaries, I had something else but I forgot. |
pbt new flask --name myproject # or similar arg structure |
that's why I left it out, we can make 0.2 goal to polish 0.1 and add setup and dist |
we need something to show quick before we loose energy so we can get more people on board, without a working prototype nobody will join. |
ok, then the workflow is: pbt new flask --name myproject # or similar arg structure who works on what? I |
I think we could also include 'pbt try'. The plugin should be ready next weekend |
before that workflow, how to install it:
|
why is ./pbt.sh setup optional? what does it do? is this implemented or just a spec of what we should do? |
|
see #49. |
As discussed, we don't plan to bootstrap |
+1
|
I had tested the workflow and we are almost there, we are only missing the test command (And the try plugin if we want) Try it your self! The flask template is working with the new plugin now. |
can we close this issue and open issues for specific thigs marked with milestone 0.1 |
Yes... but I believe that we should have an issue with the "Release 2014-04-27 17:00 GMT-03:00 Mariano Guerra [email protected]:
Jairo Trad |
pbt new flask --name myproject # or similar arg structure
cd myproject
pbt install # installs the deps
$EDITOR package.pbt # edit description add deps
pbt install # install new deps
pbt test
pbt run
The text was updated successfully, but these errors were encountered: