@masihtak/webinit

0.2.0 • Public • Published

webinit

Initialize the scaffolding of a web project.

NPM version License


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

Package Sidebar

Install

npm i @masihtak/webinit

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

13.4 kB

Total Files

5

Last publish

Collaborators

  • masihtak