From 31e6cf171740e244b6fc3e48427ce6661cdd04af Mon Sep 17 00:00:00 2001 From: Jorge Antunes <jorgeantunes@stoikerty.com> Date: Sat, 30 Jul 2016 22:16:51 +0100 Subject: [PATCH] Add `dev-toolkit` Alternative (#300) Adds the [`dev-toolkit` npm package](https://github.com/stoikerty/dev-toolkit) to the list of Alternatives. After some suggestions in my last PR https://github.com/facebookincubator/create-react-app/pull/292, I've changed my project to provide better command-line utilities for initializing an app. Managed to get rid of babel's dev-dependencies as well, so this is now a dependency-free project just like `create-react-app`. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae2ea1878..8004ef81a 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ If you don’t agree with the choices made in this project, you might want to ex * [roc](https://github.com/rocjs/roc) * [aik](https://github.com/d4rkr00t/aik) * [react-app](https://github.com/kriasoft/react-app) +* [dev-toolkit](https://github.com/stoikerty/dev-toolkit) You can also use module bundlers like [webpack](http://webpack.github.io) and [Browserify](http://browserify.org/) directly.<br> React documentation includes [a walkthrough](https://facebook.github.io/react/docs/package-management.html) on this topic. -- GitLab