Socket
Socket
Sign inDemoInstall

sizzl

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    sizzl

Generate boilerplace Node.js workspaces in seconds


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

sizzl

Generate boilerplace Node.js workspaces in seconds

Installation

npm i -g sizzl

Usage

sizzl [flags]

flags

h - Displays the help menu and exits the program.

d - Skips questions with default values.

r - Creates a boilerplate README.md file.

l - Creates a LICENSE.md file.

w - Creates a site/host directory with boilerplate index.html and 404.html files.

t - Creates a tests directory with an empty test.js file.

n - Creates a lib directory with an empty index.js file, intended for writing Node.js.

Examples

Initialize a workspace with a README.md file, LICENSE.md file, test files, and Node.js boilerplate directory. Skip all defaults.

sizzl rltnd

Initialize a workspace with a Node.js boilerplate directory and boilerplate web application files.

sizzl nw

Keywords

FAQs

Last updated on 05 Jan 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc