I decided to extract the build tool stuff from the Pingy Desktop App [1] and make it open source and available as a stand-alone CLI.
It's not designed for complicated web apps (use gulp/grunt/webpack instead), but for less complicated stuff it's a good fit. Hope you all like it. I'm happy to answer any questions and take feedback. :)
I love the idea, I think this is great for small projects and for getting your feet wet with build tools. Is adding React and ES6 part of the roadmap at all. Those are quickly becoming project defaults that would be nice to have.
I saw this awhile back and was impressed with how it was shaping up. Your videos are great. I previously built a similar CLI + desktop app combo for WP dev (no longer affiliated with it sadly), and it's funny seeing how similar our thinking is. I started with the CLI first and built the desktop app on top of it; looks like you did the opposite which is cool. Anyways, I wish you luck getting the desktop app shipped!
9 comments
[ 2.8 ms ] story [ 34.2 ms ] threadI decided to extract the build tool stuff from the Pingy Desktop App [1] and make it open source and available as a stand-alone CLI.
It's not designed for complicated web apps (use gulp/grunt/webpack instead), but for less complicated stuff it's a good fit. Hope you all like it. I'm happy to answer any questions and take feedback. :)
[1] https://pin.gy/
Of course, Babel and the JSX transform will work just fine with Pingy. I'm just not optimizing the project in that direction right now.