I wish we had something like this officially backed by the react team. In 30 minutes when a new standard approach comes out, this tool will become obsolete.
Just a small utility for people who are tired of remembering what babel presets or Webpack loaders they need to build a relatively up to date React project.
Nice work! I've been looking for something like this.<p>I hope to see more tools in this vein emerge from the JavaScript ecosystem - tools that aren't afraid to make some well-reasoned assumptions for the sake of a more minimal interface. (It seems like every tool nowadays wants you to put another dotfile or garbage.json at the root of your project.)
We use "bates" <a href="https://github.com/luiscarli/bates" rel="nofollow">https://github.com/luiscarli/bates</a> by our own engineer
I would love this only for the react stuff. More useful defaults, less opinions. For example: please let me chose my own CSS workflow and please don't force me to write javascript without semicolons like an animal :P.<p>Update: I just realised that you can bypass the linter and the postcss. I am sorry OP, looks like I'm a lazy jackass.
I've similar plugin for gulp <a href="https://github.com/ro31337/gulp-react-easy" rel="nofollow">https://github.com/ro31337/gulp-react-easy</a>
When I try to install it npm just hangs<p>command:<p><pre><code> npm i --save-dev reactpack
</code></pre>
node version:<p><pre><code> v0.12.6
</code></pre>
npm version<p><pre><code> 2.11.2
</code></pre>
uname -a<p><pre><code> Linux gentoo-1 4.4.0-22-generic #40-Ubuntu SMP Thu May 12 22:03:46 UTC 2016 x86_64 Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz GenuineIntel GNU/Linux</code></pre>