66 packages
@mrbuilder/cli
Tools for developing with mrbuilder
@mrbuilder/create-app
A react starter kit for mrbuilder apps.
@mrbuilder/create-monorepo
Support for yarn create monorepo
@mrbuilder/create-mrbuilder-app
A react starter kit for mrbuilder apps.
@mrbuilder/create-mrbuilder-monorepo
Support for yarn create monorepo
@mrbuilder/create-mrbuilder-plugin
Support for yarn create @mrbuilder/mrbuilder-plugin
@mrbuilder/create-plugin
Support for yarn create @mrbuilder/mrbuilder-plugin
@mrbuilder/optionsmanager
The OptionsManager is a babel inspired configuration system for plugin based apps. It is generic in the since it can be configured to use different namespaces. It handles command line args, env args, and file based configuration.
@mrbuilder/plugin-analyze
analyze support for mrbuilder
@mrbuilder/plugin-babel
Tools for developing babel with mrbuilder
@mrbuilder/plugin-babel-6
Tools for developing babel with mrbuilder
@mrbuilder/plugin-babel-7
Tools for developing babel 7 with mrbuilder
@mrbuilder/plugin-browserslist
This allows for [browserslist](https://github.com/ai/browserslist) configuration of autoprefixer and babel env. You can follow any of the methods of configuration, or it uses mrbuildlers default. You probably don't want to use mrbuilders default which
@mrbuilder/plugin-chunk
Configures chunking for webpack
@mrbuilder/plugin-clean
Cleans up build directories
@mrbuilder/plugin-compress
Compress output files
@mrbuilder/plugin-cra
Provides [react-scripts](https://github.com/facebook/create-react-app/tree/master/packages/react-scripts) like builds. Should be used with the [preset-cra](../../presets/preset-cra), for most accurate results.
@mrbuilder/plugin-crank
Crank plugin for mrbuilder
@mrbuilder/plugin-css
CSS support for mbuilder
@mrbuilder/plugin-dashboard
A plugin to use [webpack-dashboard](https://github.com/FormidableLabs/webpack-dashboard) thanks Ken.
@mrbuilder/plugin-doc-prop-types
Allow for auto documentation of propTypes
@mrbuilder/plugin-emeth
Mrbuilder Plugin for Emeth css module helper
@mrbuilder/plugin-emotion
Provides [emotion](https://emotion.sh/).
@mrbuilder/plugin-env
The mrbuilder-plugin-env plugin allows for the process.env to be exported during a webpack build.
@mrbuilder/plugin-enzyme
Provides enzyme and jsdom support for webpack and mocha