hilbert-curve-cli
Version:
Print the Hilbert Curve to the console!
38 lines (37 loc) • 747 B
JSON
{
"name": "hilbert-curve-cli",
"version": "1.3.0",
"description": "Print the Hilbert Curve to the console!",
"main": "./src/index.js",
"bin": {
"hilbert-curve-cli": "./src/cli.js"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/spirometaxas/hilbert-curve-cli.git"
},
"homepage": "https://spirometaxas.com/projects/fractals-cli",
"scripts": {
"cli": "node ./src/cli.js"
},
"author": {
"name" : "Spiro Metaxas",
"url" : "https://spirometaxas.com"
},
"license": "MIT",
"keywords": [
"Hilbert",
"Hilbert Curve",
"fractal",
"fractals",
"hilbert-curve-cli",
"cli",
"console",
"terminal",
"shell",
"unicode"
]
}