Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@azz/generator-npm-package
Advanced tools
@azz/generator-npm-package
An opinionated npm package bootstrapper
prettier
pretty-quick
and husky
eslint
with:
eslint:recommended
eslint-plugin-prettier
eslint-plugin-jest
babel
with babel-preset-env
jest
semantic-release
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
yo @azz/npm-package
$ yo @azz/npm-package
_ __ _ __ _ __ ___ _ __ __ _ ___| | ____ _ __ _ ___
| '_ \| '_ \| '_ ` _ \ _____| '_ \ / _` |/ __| |/ / _` |/ _` |/ _ \
| | | | |_) | | | | | |_____| |_) | (_| | (__| < (_| | (_| | __/
|_| |_| .__/|_| |_| |_| | .__/ \__,_|\___|_|\_\__,_|\__, |\___|
|_| |_| |___/
? package name? my-pkg
? package description? My package description
? full name (First Last)? John Citizen
? GitHub username or organization? jcitizen
$ tree -I node_modules
.
├── LICENSE
├── README.md
├── dist
│ └── index.js
├── package.json
├── src
│ └── index.js
└── yarn.lock
2 directories, 6 files
FAQs
Generate an npm package
We found that @azz/generator-npm-package demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.