CLI to reproduce images from geometric primitives.
npm install primitive-cli> CLI to reproduce images from geometric primitives (Node.js + browser port of primitive).
  
This CLI is also available as a library.

``bash`
npm install -g primitive-cli
`bash
Usage: primitive [options]
Options:
-V, --version output the version number
-i, --input
-o, --output
-s, --num-steps
-e, --min-energy
-a, --shape-alpha
-t, --shape-type
-c, --num-candidates
-r, --num-candidate-shapes
-m, --num-candidate-mutations
-E, --num-candidate-extras
-n, --nth-frame
-h, --help output usage information
``
- primitive (js) - JS library for this CLI.
- primitive (go) - Original Go version by Michael Fogleman
MIT © Travis Fischer