dev-toolkit

Universal Development Toolkit for Javascript People

Downloads
335
Stars
133
Committers
4

Bot releases are hidden (Show)

dev-toolkit - bugfix

Published by stoikerty almost 8 years ago

fix bug with htmlWebpackPlugin.options.env

dev-toolkit - Add line-numbers to React Warning messages

Published by stoikerty about 8 years ago

before:
image

after:
image

dev-toolkit - Add compatibility for dynamic pages

Published by stoikerty about 8 years ago

This release is a pretty significant under-the-hood improvement and adds the following features:

  • add compatibility for dynamic-pages
  • add escape hatches to customize babelrc & webpack config

You can now generate a build with dynamic pages if the correct setup is in place. The documentation for it is not quite ready yet, but it will be added soon. Bugs are being ironed out to make sure it runs nicely in production.

There is now also an advanced feature where you can customize webpack. I might leave this as an undocumented feature since I can only offer limited support if you start customizing the toolkit in various ways through webpack-plugins, babel-plugins and whatnot. I'm sure that if you're an advanced user, you'll find out how to use the feature by digging through the source.

dev-toolkit - Fix usage of correct eslint configuration

Published by stoikerty about 8 years ago

dev-toolkit - Add serve-static command

Published by stoikerty about 8 years ago

dev-toolkit - Overall improvements

Published by stoikerty about 8 years ago

  • make more modular
  • update eslint-related dependencies
  • add contributing guielines
  • general bugfixes
dev-toolkit - Add build-command & more

Published by stoikerty about 8 years ago

With the addition of a build command, the toolkit now provides the essential functionality that most people need on a regular basis. It covers everything that v4 had, but as an NPM-module instead of a boilerplate.

More is exciting stuff is coming which should ease the pain of people in need of more advanced functionality such as dynamically-loading static pages and server-side rendering.

  • improves commands overall, --watch, --version, --debug
  • adds --build command
  • adds preliminary support for dynamic pages and --serve command
  • lots of bugfixes, readme improvements
dev-toolkit - v5.0.7: Use the toolkit via NPM!

Published by stoikerty about 8 years ago

I decided to convert the toolkit into an NPM package, making it dependency-free, similar to create-react-app. There is more work to do to add some remaining features, but this is pretty neat already! 😃

Check it out!
npm install -g dev-toolkit

dev-toolkit - Make updating the toolkit easier

Published by stoikerty over 8 years ago

The src-folder that holds your project files is now being ignored by git and is created with example-files when running npm start. The src-directory also contains its own package,json. Although imperfect, these changes make it easier to update the toolkit in the future.

PR: Externalize toolkit
PR: Refactor src example files

dev-toolkit - Improvements across the board

Published by stoikerty over 8 years ago

This release brings some much needed fixes and makes the toolkit as a whole better documented and clearer. See the following PR's:

PR: Improve documentation - add table, reorganize files
PR: Improve build process
PR: Update examples

dev-toolkit - v4: Webpack for universal js and hot-reloading

Published by stoikerty over 8 years ago

See the release PR.

Functionality of previous versions has been extended. You still have es6/es2015, react, eslint, scss & browsersync. But now it's all served and compiled via webpack instead of gulp, this is very much still a boilerplate at this point.

dev-toolkit - v2: Use moonboots server and livereload

Published by stoikerty over 8 years ago

Experiments with moonboots-server and live-reloading code.

dev-toolkit - v1: Use middleman server

Published by stoikerty over 8 years ago

The toolkit has its roots as a simple boilerplate used with middleman.

dev-toolkit - v3: Switch to using gulp for compiling assets

Published by stoikerty over 8 years ago

The switch to gulp was significant as it enabled the use of compiled javascript and had some nice features like browser-sync.

Uses babel for es6/es2015, react, eslint, nodemon, scss & browsersync.