If you haven't already set your NPM author info, now you should:
npm set init.author.name "Your Name"
npm set init.author.email "[email protected]"
npm set init.author.url "https:/yourblog.com"
npm adduser| import Foundation | |
| public indirect enum Filter: ODataRepresentable { | |
| public enum Operator: String { | |
| case equalTo = "eq" | |
| case notEqualTo = "ne" | |
| case greaterThan = "gt" | |
| case greaterThanOrEqualTo = "ge" |
If you haven't already set your NPM author info, now you should:
npm set init.author.name "Your Name"
npm set init.author.email "[email protected]"
npm set init.author.url "https:/yourblog.com"
npm adduser| #! /bin/bash | |
| # export all arproj found in sub directories. e.g. you want to export several projects in one folder | |
| for i in */*.arproj | |
| do | |
| echo "============================" | |
| /Applications/Spark\ AR\ Studio/Spark\ AR\ Studio.app/Contents/MacOS/sparkTerminalAppleMac export "$i" -d ./ | |
| echo "============================" | |
| done |