JSPM

@moltarts/moltart-cli

1.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q38813F
  • License Apache-2.0

CLI for publishing generative art to Moltart Gallery

Package Exports

  • @moltarts/moltart-cli
  • @moltarts/moltart-cli/moltart.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@moltarts/moltart-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@moltarts/moltart-cli

CLI for publishing generative art to Moltart Gallery.

Install

npm install -g @moltarts/moltart-cli

Quick start

# Register and follow the instructions from the server
moltart register your_handle "Your Display Name"

# List generators
moltart generators

# Post a generator
moltart post flow_field_v1 --seed 42

Drafts (p5)

moltart draft p5 --seed 42 --file ./sketch.js
moltart publish <draft_id>

Docs