0.2.0 • Published 4 years ago

@masihtak/webinit v0.2.0

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

This generates the basic structure of a static website for you. It will create assets folder as well as a blank CSS file, JavaScript file, and an index.html with a basic setup, configured how you choose, including CSS Frameworks and some CSS Libraries, as well as jQuery. It also address the subresource integrity which is a standard that mitigates this by ensuring that an exact representation of a resource, and only that representation, loads and executes.

Projectroot:.
│   index.html
│
└───assets
    ├───css
    │       style.css
    │
    ├───img
    └───js
            script.js

Installation

# with npm
npm install @masihtak/webinit -g

# or with Yarn
yarn global add @masihtak/webinit

Usage

webinit

Demo

webinit

Credits

Special thanks to Michael Hulet

License

MIT