mandarin3d
v2.1.1
Published
CLI tool to upload STL files to Mandarin3D
Downloads
364
Readme
Mandarin3D CLI
A command-line tool to easily upload GitHub Skyline STL files to Mandarin3D for quotes and processing.
Github Skyline Usage
First follow the instructions to generate a GitHub Skyline STL file.
The simple recap is:
- Make sure you have
gh
installed. - Make sure you are logged into
gh
withgh auth login
- Install the
gh-skyline
extension withgh extension install github/gh-skyline
or➜ Code gh extension install github/gh-skyline --force
gh skyline
That will generate a GitHub Skyline STL file in the current directory.
Then you can upload it and get a link for a checkout quote to Mandarin3D with the following command:
npx mandarin3d --skyline
You will then be prompted to confirm if you want to generate your full GitHub history or just this year.
Usage
npx mandarin3d <stl file>