Scaffold Static Versions Save

Scaffolding utility for vanilla-js

v1.9.0

3 years ago
  • #29 Supports creating a project in the current directory.
  • Support webpack 5.
  • #27 The package manager defaults to yarn, supply --use-npm to use npm instead.

v1.8.6

4 years ago

Patch

Keep the format of package.json

v1.8.5

4 years ago
  • Directory isn''t created if the user interrupts when prompted to choose the CSS framework of choice.
  • Refactor code to eliminate redundancy.

v1.8.0

4 years ago
  • Generates the bare minimum boilerplate template with necessary webpack configurations to build the project for production.
  • webpack-dev-server made available for serving the project with HMR.

v1.5.0

4 years ago
  • Uses kleur and drop chalk thereby reducing bundle size.
  • Internal fixes (code refactoring and other tweaks)

v1.1.0

4 years ago

Internal Changes

Removed dependencies

  • figlet
  • clear

v1.0.6

4 years ago

Fixes

  • Docs update
  • Bug fixes

v1.0.5

4 years ago

Breaking changes

  • Migrate the codebase to Typescript.

  • Use open instead of opn.

  • Use -V, --version options and deprecate version command.

  • Other minor bug fixes

v1.0.2

5 years ago

Added images within the Docs making it easier for the users to understand how scaffold-static eases the workflow.

v1.0.0

5 years ago
  • Templates have a default theme
  • Shows generated files