New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jpegzilla-init

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jpegzilla-init

a simple cli for setting up web projects the way I like to do it

  • 1.0.1
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-73.68%
Maintainers
1
Weekly downloads
 
Created
Source

jpegzilla-init

this is a command line utility that I made to help me easily initialize new web projects because I do it pretty much the same way every time.


usage:

$ npm i jpegzilla-init
$ jpegzilla-init

and you'll be prompted to go through the creation process.

there are two other arguments, as well:

-yes or -Y : initialize project with all default options (no prompts will show)
-reset or -R : empties current directory. prompts for confirmation.

things this creates:

  • index.html with boilerplate, link to main.min.css, and link to main.mjs
  • js folder with modules folder and main.mjs
  • css folder with main.scss (with // compile main comment), components folder, and img folder
  • css/components folder with _vars.scss and _defaults.scss

individual file contents:

note that these files are simply kept as a reference, and are not dependencies.

  • index.html: templates/index.html
  • main.mjs: templates/main.mjs
  • main.scss: templates/main.scss
  • _vars.scss: templates/_vars.scss
  • _defaults.scss: templates/_defaults.scss

future features

  • add service worker prompts
  • ogp / twitter / ios / seo meta tags
  • icon meta / manifest / etc. tags for pwas

FAQs

Package last updated on 23 Dec 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc