sree314 / stepcvt

Generate STL files for 3D printing from STEP files
2 stars 0 forks source link

newProject, editProject CLI for A7 #48

Closed skriegsman closed 10 months ago

skriegsman commented 10 months ago
  1. Create project and make a new json file to be filled in
    • If no .json file specified, use default file "stepcvt.json"
    • If no name specified, use default name "proj"
[-j] [json file path/name.json] [specific project "name"] [-j] [json file path/name.json] [-n] [specific project "name"] 2. Display existing project from an existing json file - If no .json file specified, - If the current directory has only one .json file, - Then use the only exisitng .json file. - If there is more than one possible json file, - Try to use default file "stepcvt.json" if it exists. - If that fails, throw an error [-j] [json file path/name.json] 3. Edit name, etc. in a given json file (or default json file) - If no .json file specified, - If the current directory has only one .json file, - Then use the only exisitng .json file. - If there is more than one possible json file, - Try to use default file "stepcvt.json" if it exists. - If that fails, throw an error - If no "name" given, throw an error [-j] [json file path/name.json] [-n] [new "name"] [-n] [new "name"]
skriegsman commented 10 months ago

finished with commit #cbf4fc1