1.0.0 • Published 5 years ago

abbeys-webpack-initializer v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Webpack Initializer Lab

Instructions

  • Create an npm init script to initialize a webpack application.
  • You will be publishing an init script to the npm package repository! All init scripts start with create-. For example create-ryan-app: npm init ryan-app my-cool-app. This script will write all of your template files for you and install all dependencies.
  • Use your webpack initialization script to create a hello world web app.