humanmade / react-wp-scripts

Integrate create-react-app with your WordPress theme/plugin.
235 stars 32 forks source link

Use a Promise wrapper for fs actions and minimist for argv parsing #25

Closed kadamwhite closed 6 years ago

kadamwhite commented 6 years ago

This PR (which is PR'd against #15, not against master) proposes some final changes to #15 based on my review comments there.

To test, run

npx create-react-app --scripts-version git+https://git@github.com/humanmade/react-wp-scripts.git#12-init-proposed-changes --php-namespace DemoNamespace demo-wpscripts-plugin
rmccue commented 6 years ago

@kadamwhite Can you split your php-namespace change out? The rest seems uncontroversial, so we can merge that straight away :)