Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@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.
-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 0 weekly downloads. As such, @viewar/cli popularity was classified as not popular.
We found that @viewar/cli demonstrated a not healthy version release cadence and project activity because the last version was released 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.