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

@azz/generator-npm-package

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azz/generator-npm-package

Generate an npm package

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@azz/generator-npm-package

Travis Prettier npm semantic-release License

An opinionated npm package bootstrapper

Features

Install

First, install Yeoman and generator-npm-package using npm (we assume you have pre-installed node.js).

yarn global add yo @azz/generator-npm-package

Use

yo @azz/npm-package

Prompt

$ yo @azz/npm-package
  _ __  _ __  _ __ ___        _ __   __ _  ___| | ____ _  __ _  ___
 | '_ \| '_ \| '_ ` _ \ _____| '_ \ / _` |/ __| |/ / _` |/ _` |/ _ \
 | | | | |_) | | | | | |_____| |_) | (_| | (__|   < (_| | (_| |  __/
 |_| |_| .__/|_| |_| |_|     | .__/ \__,_|\___|_|\_\__,_|\__, |\___|
       |_|                   |_|                         |___/
? package name? my-pkg
? package description? My package description
? full name (First Last)? John Citizen
? GitHub username or organization? jcitizen

Produces

$ tree -I node_modules
.
├── LICENSE
├── README.md
├── dist
│   └── index.js
├── package.json
├── src
│   └── index.js
└── yarn.lock

2 directories, 6 files

Keywords

FAQs

Package last updated on 13 Jan 2018

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