1.0.3 • Published 6 years ago

jwknz-webpack-app v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

JWKNZ-WEBPACK-APP

Simple webpack setup to create static sites

Prerequisites

The apps you need to have installed are:

appscomment
node & npmSo you can download this package :-)
vscodeOptional, but the wizards asks if you want to open the editor at the end. If you want me to add other IDE's create a PR
gitThe wizard creates a git repo in the project directory and asks for a remote url. You will need to create repo first

How to use it

JWKNZ-WEBPACK-APP Help

commanddescription
--helpsee help file (this screen)
--version, -vsee project version
jwknz-webpack-app create create a new project in current folder
jwknz-webpack-app build startstart webpack-dev-server on port 9000 (by default)
jwknz-webpack-app build buildnpm install & build dist folder
jwknz-webpack-app build watchnpm install & build dist folder and watch for changes
jwknz-webpack-app push add, commit and push to remote git repository
jwknz-webpack-app merge <current_branch> <merge_branch>add, merging 2 branches and pushing the result to remote git repository

NOTE 1: All configs are set in the webpack.config.js file. Note 2: Read the readme file for extra info :-)