![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
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
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'll only need to install this CLI once. It will alert you when it's out of date, and provide instruction 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.
FAQs
ViewAR SDK Command Line Interface
The npm package viewar-cli receives a total of 2 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.