
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
metal-band-generator
Advanced tools
Randomly generates ficional metal band names and members
Install with npm i band-name-generator
or yarn add band-name-generator
import getBand, {
getBandMembers,
getBandName,
getGenre,
getMember,
getMemberName,
getMemberInstrument,
} from 'metal-band-generator';
getBand(); // returns a complete band object, with name, genre and members
getBandMembers(); // returns an array of band members
getBandName(); // returns a random band name
getGenre(); // returns a random genre
getMember(); // returns a random member, with name and instrument
getMemberName(); // returns a random member name
getMemberInstrument(); // returns a random instrument
Example band:
{ name: 'Dark Decadence',
genre: 'Glam Heavy Atmospheric Metal',
members:
[ { name: 'Axl Rose', instrument: 'drums' },
{ name: 'Jorn Hetfield', instrument: 'harsh vocals' },
{ name: 'Alissa Hetfield', instrument: 'keyboard' },
{ name: 'Maria Hetfield', instrument: 'rhythm guitar' },
{ name: 'Jorn Hetfield', instrument: 'drums' },
{ name: 'Jorn Kakko', instrument: 'keyboard' } ] }
build
: transpiles and minifies all code in ./src
into ./lib
using babel;lint
: lints code in ./src
using eslint
;precommit
: (automatic) runs linter before every commit;prepublish
: (automatic) runs tests before attempting to publish the package;test
: runs tests in __tests__
using jest
.Metal is for everyone - Freedom Call
FAQs
Randomly generates ficional metal band names and members
We found that metal-band-generator 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
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.