New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

notater-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

notater-cli

CLI for Notater Ecosystem

latest
npmnpm
Version
0.1.21
Version published
Maintainers
1
Created
Source

@notater/cli

Command-line interface for the Notater ecosystem.

Installation

# Global install
pnpm add -g notater-cli

# Or use with npx
npx notater-cli <command>

Commands

new - Create a new project

Interactive project scaffolding with genre presets.

notater new

Options:

  • Project name
  • Genre preset (Lofi, Trap, House, Techno, Blank)

Creates a project.json with:

  • Project metadata
  • BPM based on genre
  • Empty pattern array

export - Export to MIDI

Export patterns to standard MIDI files.

# Export from project
notater export output.mid

# Export demo pattern
notater export output.mid --demo

Options:

  • --demo, -d - Export a demo pattern instead of loading from project

Example Workflow

# Create a new project
notater new
# → "my-beat" directory created with project.json

# Edit patterns in the PWA or programmatically

# Export when ready
notater export my-beat.mid

License

MIT

FAQs

Package last updated on 03 Feb 2026

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