angle
angle copied to clipboard
:clock430: A-Frame command-line tool for installing components and scaffolding templates.
Looks like it tries to perform some operations not through the current user context (root in that case) ``` $ sudo npm i -g angle /usr/local/bin/angle -> /usr/local/lib/node_modules/angle/index.js > [email protected]...
Update the template for components, since I found some stuff missing in it, according to https://aframe.io/docs/master/core/component.html
I just pushed a component made with **angle** to Github and got the following security issues, all from dev-dependencies in the generated component. Many of the dependencies are deprecated. ```...
I follow the tutorial https://aframe.io/docs/0.7.0/guides/building-a-360-image-gallery.html# to install the layout and other components, but when I use angle to install the related components, it gives me below errors: > Installing A-Frame...
Hey! Working on a new component and noticed that while using the `angle initcomponent` command the version that it is being used in the READEME.md, examples/basic/index.html etc is 0.6.0 instead...
Hiya! I wanted to recommend excluding the `dist` directory from version control by adding it to `.gitignore`. I know we want it in the npmjs distributed version, but we can...
In my own components, I typically use a `/docs` folder for live demos (e.g. [terrain-component](https://github.com/bryik/aframe-terrain-model-component)). This eliminates the need for a separate gh-pages branch and IMO makes publishing examples simpler....
`cd aframe-osc-component && npm install && npm run start` yields ``` npm WARN deprecated [email protected]: This package has moved to @tweenjs/tween.js. Please update your dependencies. npm WARN deprecated [email protected]: Please...
https://github.com/aframevr/aframe-registry ### Component Requirements 1. Must be published to [npm](https://npmjs.com). 2. Must be published to [GitHub](https://github.com). 3. Must self-register themselves with `AFRAME.registerComponent`. 4. Must contain documentation on component properties and...
`angle search `