New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

web-generator

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-generator

basic web structure and tools

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

web-generator

Basic web application tools and structure

technologies

  • Jade (HTML template engine)

  • SASS (.scss)

  • PostCSS auto prefixer (support for cross browsers)

    .{
      transition: all .4s ease;
     }

becomes

    .{
       -webkit-transition:all .4s ease;
       -o-transition:all .4s ease;
       -moz-transition:all .4s ease;
       transition:all .4s ease
     }
  • Image optimizer (optimizes images' sizes)

packages

- gulp
- del
- gulp-autoprefixer
- gulp-concat
- gulp-connect
- gulp-contrib-copy
- gulp-express
- gulp-image
- gulp-pug(known as Jade)
- gulp-minify-css
- gulp-sass
- gulp-sourcemaps
- gulp-uglify

useage

If you install with npm type

to see on NPM click link

npm install web-generator or npm i web-generator

If you download directly you must install Npm Packages by typing

npm install or npm i

then run Gulp Task Runner

npm start or gulp

and finally visit http://localhost:1453

output demo

You will see same views when you run the project Output Demo Link

Keywords

web

FAQs

Package last updated on 21 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts