Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@viewar/cli
Advanced tools
ViewAR CLI is a command line tool for managing ViewAR Apps creation and deployment. It may be used to initialize a boilerplate Vanilla JavaScript / React project or use one of ViewAR Templates.
Before installing the developer tools, you'll need to make sure that you have two prerequisites installed:
yarn
or npm
(>= v3.0.0) package managersNext, install the ViewAR CLI – a command-line tool that generates basic boilerplates of new projects with examples.
npm install -g @viewar/cli
or yarn global add @viewar/cli
You only need to install the ViewAR CLI once. It will alert you when it's out of date, and provide instructions on how to update it.
Once installed, the CLI can be used to create a new project by running:
viewar-cli init PROJECT_NAME
where PROJECT_NAME
is the name of your new application. Once it's been created and the dependencies are installed, change your working directory to PROJECT_NAME
, and start the application server by running npm start
(or yarn start
).
When the server has booted, you can access your application by navigating to http://localhost:8080/
in your web browser. Your application's code can be found in src/index.js
, and you can learn more about available SDK features by diving into our documentation.
api20/configuration
should use live host for licensing.package.json
in defaultAssembly
property instead of config: { app: <assembly-id> }
. It takes the same values (indoar, servicear, scanner, etc.) as config.app
.viewar-config.json
in project root is deprecated and removeddeploy
command: -as, --assembly <app-assembly>
overrides default assembly type of the app (defaults to defaultAssembly
property in package.json
)-pv
or --patchversion
, to automatically increase the patch version on the server to the latest + 1.server-url
.Upgraded to node v16.
FAQs
ViewAR SDK Command Line Interface
The npm package @viewar/cli receives a total of 11 weekly downloads. As such, @viewar/cli popularity was classified as not popular.
We found that @viewar/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.