New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

webpack-autoconf

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-autoconf

A tool to create personalized and optimized webpack.config.js. Creating a webpack project should be simple for everyone!

latest
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

webpack autoconf

A tool to create personalized and optimized webpack.config.js. Creating a webpack project should be simple for everyone!

This tool is available both as CLI and as a online web tool.

Check out this tool in action

CLI

Usage: webpack-autoconf new [project-name] [features]

Where [features] can be any combination of:

  • React
  • Vue
  • CSS
  • Sass
  • Less
  • stylus
  • SVG
  • PNG
  • moment
  • lodash

Example: webpack-autoconf new myProject React PNG

A complete project is created containing webpack.config.js, package.json, "hello world" source files, and if required a .babelrc.

Build CLI on your machine

npm run cli-build

Then you can run it with

node bin/webpack-autoconf.js

Run web version locally

Make sure you use NPM 8 or later

npm install
gatsby develop

Point your browser to http://localhost:8000

Contributing

If you have an idea for a new feature, please create an issue or participate in an existing issue. PRs are also very much welcome!

FAQs

Package last updated on 27 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts