Popularity
1.6
Growing
Activity
0.0
Declining
125
5
17

Description

scaffold-static lets you automate the local development environment setup and build static sites (vanilla-JS) with ease.

Programming language: TypeScript
License: GNU General Public License v3.0 only
Tags: ES6     Nodejs     TypeScript     JavaScript     Js     CLI     Command Line    
Latest version: v1.8.6

scaffold-static alternatives and similar libraries

Based on the "ES6" category.
Alternatively, view scaffold-static alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of scaffold-static or a related project?

Add another 'ES6' Library

README

scaffold-static lets you automate the local development environment setup and build static sites (vanilla-JS) with ease.

Installation

npm install -g scaffold-static

Usage

scaffold-static new <project_name>

How it works

  • Choose your favourite CSS framework to work with.

Currently the following CSS frameworks are supported:-

A webpack.config.js file is made available which depends on the following packages:-

  • html-webpack-plugin: Simplifies creation of HTML files to serve your webpack bundles.
  • css-loader - interprets @import and url() like import/require() and will resolve them.
  • style-loader - Injects CSS into the DOM.

    • Leverage the advantages put forward by webpack-dev-server such as Hot Module Replacement essentially adding it to the DX.

Contributing

Please see the [contributing guidelines](Contributing.md)

License

GNU GPL V3

Credits


*Note that all licence references and agreements mentioned in the scaffold-static README section above are relevant to that project's source code only.