Show HN: Jetpack – Webpack made more convenient
1–10 of 79 posts
Re: Show HN: Jetpack – Webpack made more convenient
#2Re: Show HN: Jetpack – Webpack made more convenient
#3I npm install everything locally, never globally, and use npm run script to easily execute (and chain) stuff.
Am I in the minority?
Re: Show HN: Jetpack – Webpack made more convenient
#4Run anywhere without installing locally, just like nodemon. I npm install everything locally, never globally, and use npm run script to easily execute (and chain) stuff. Am I in the minority?
Re: Show HN: Jetpack – Webpack made more convenient
#5Hey just fyi in case you don't know, jetpack[1] is the name of a very well known wordpress plugin by Automatic. Might cause some confusion. [1] https://wordpress.org/plugins/jetpack/
Re: Show HN: Jetpack – Webpack made more convenient
#6Run anywhere without installing locally, just like nodemon. I npm install everything locally, never globally, and use npm run script to easily execute (and chain) stuff. Am I in the minority?
E.g. you could do something like:
cd ~/Desktop/foo
npm i somepkg
echo console.log(require('somepkg')()) > index.js
jetpack
And now you're running some pkg in the browser, to try/test it out. That's what the use case for this feature really is. For real apps, I install it locally as well or else a breaking change in the future could cause issues.Re: Show HN: Jetpack – Webpack made more convenient
#7Hey just fyi in case you don't know, jetpack[1] is the name of a very well known wordpress plugin by Automatic. Might cause some confusion. [1] https://wordpress.org/plugins/jetpack/
It was also a Mozilla addons SDK: https://wiki.mozilla.org/Jetpack
Re: Show HN: Jetpack – Webpack made more convenient
#8Run anywhere without installing locally, just like nodemon. I npm install everything locally, never globally, and use npm run script to easily execute (and chain) stuff. Am I in the minority?
I can count with one hand the number of things I install globally. Everything else is local.
* nodemon
* npm-check
* ndb
* serve
* webtorrent-cli
* jetpack
Re: Show HN: Jetpack – Webpack made more convenient
#9Hey just fyi in case you don't know, jetpack[1] is the name of a very well known wordpress plugin by Automatic. Might cause some confusion. [1] https://wordpress.org/plugins/jetpack/
Re: Show HN: Jetpack – Webpack made more convenient
#10Earlier quoted context omitted.
It was also a Mozilla addons SDK: https://wiki.mozilla.org/Jetpack
It's also a set of Android components: https://developer.android.com/jetpack/