notater-cli
v0.1.21
Published
CLI for Notater Ecosystem
Downloads
255
Readme
@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 newOptions:
- 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 --demoOptions:
--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.midLicense
MIT
