0.14.4 • Published 5 years ago

web-starter-pack v0.14.4

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

npm Conventional Commits

web-starter-pack

A cli to start new web projects in seconds

web-starter-pack will scaffold a web project for you, with sensible defaults. The joy of traditional web development and modern tooling, without the headache!

Usage ⌨️

With npx (recommended):

npx web-starter-pack <project-folder>

With npm <= 5.1:

npm install -g web-starter-pack
web-starter-pack <project-folder>

Front-end flavours 🍦

You have the choice of the following front-end frameworks:

Engines 🌀

What will power your site?

Options ✔️

You will be asked if you'd like to initialize a git repo (default: No) and have the npm packages installed for you (default: Yes).

Build 🔧

After the cli has setup your chosen options, follow-up commands will be shown on-screen! The template comes with separate webpack configurations for building your SASS/(S)CSS and JavaScript in development and production mode.

License

MIT © Cristovao Verstraeten

0.14.4

5 years ago

0.14.0

5 years ago

0.13.1

5 years ago

0.13.0

5 years ago

0.12.5

5 years ago

0.12.4

5 years ago

0.12.2

5 years ago

0.12.1

5 years ago

0.12.0

5 years ago