p5-cli icon indicating copy to clipboard operation
p5-cli copied to clipboard

An NPM-based CLI for creating and running P5.js projects.

Results 9 p5-cli issues
Sort by recently updated
recently updated
newest added

Hi! @kadamwhite Thanks for creating this, very very helpful 😄 I would suggest upgrading to the newest version of p5.js (0.5.0). Since 0.4.5 was released one yr ago, it's buggy...

Right now, the cli includes `[email protected]`, but what happens when `[email protected]` comes out? Sure, you can publish a new version of `p5-cli` that incorporates the new `p5` changes, but what...

question

This commit causes P5-CLI to check its own installed version when you run any CLI command; it self-updates the globally-installed p5-cli package if it finds itself to be out of...

processing/p5.js#878 It would be excellent to be able to get at this info by running `p5 help`, as well: it could generate the docs site for the installed version of...

Hi, I was looking for an `init`command to start a new project. It should feel similar to a Yeoman generator providing: index.html sketch.js and possible a basic web server for...

@brysonian Tagging you and anybody else from the p5 team to help brainstorm: I'm making enough progress mocking up a quick, node-based CLI that I think it's worth defining what...

question

Is there any reason not to always load all core P5 add-ons? cc @brysonian @lmccart -- I feel that it's easiest if e.g. we just auto-included `p5.Sound`, rather than toggling...

enhancement
question

Should we support livereload on these local servers? Should we enable it by default, or put it behind a `--livereload` flag?

enhancement
question

Yes, this too is untested in Windows. ![big lebowski](https://cloud.githubusercontent.com/assets/442115/7895763/9d9767d2-066c-11e5-91b0-14dbbe3e004f.gif) Yes, shame on me. But we will test it! And validate that it works. And if it does not, we will...