Skip to content

MasihTak/webinit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Initialize the scaffolding of a web project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published