
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
flavortown-cli
Advanced tools
A command-line interface for interacting with Hack Club Flavortown. This tool allows you to browse projects, view devlogs, and explore the store directly from your terminal.
A command-line interface for interacting with Hack Club Flavortown. This tool allows you to browse projects, view devlogs, and explore the store directly from your terminal.
Install the package globally using npm:
npm install -g @haumlab/flavortown-cli
You can also download standalone executables for your platform from the GitHub Releases page.
flavortown-cli-macosflavortown-cli-linuxflavortown-cli-win.exeAfter downloading, you may need to make the file executable:
chmod +x flavortown-cli-macos
Before using the CLI, you must configure your API key.
flavortown-cli setup
Follow the interactive prompt to paste your key.
List and view details of Flavortown projects.
flavortown-cli projects list
--page <number>: Specify page number.--query <string>: Search projects by title or description.--sort <title|date>: Sort results (default: date).flavortown-cli projects get <id>Browse development logs for specific projects.
flavortown-cli devlogs list <projectId>
--page <number>: Specify page number.flavortown-cli devlogs get <projectId> <id>Explore items available in the Flavortown store.
flavortown-cli store list
--sort <price-asc|price-desc|name>: Sort items (default: price-asc).--search <query>: Search items by name or description.--type <type>: Filter by item type.--no-group: Disable automatic grouping of accessories and upgrades.flavortown-cli store get <id>The store list automatically groups accessories and upgrades under their parent items. For example, RAM upgrades and storage options will appear nested under the MacBook or Mac Mini they belong to.
flavortown-cli whoami shows your current login status.flavortown-cli logout clears your saved API key.ISC
FAQs
A command-line interface for interacting with Hack Club Flavortown. This tool allows you to browse projects, view devlogs, and explore the store directly from your terminal.
The npm package flavortown-cli receives a total of 1 weekly downloads. As such, flavortown-cli popularity was classified as not popular.
We found that flavortown-cli demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.