A generator for Aframe
Run the magic Docker command using the generator-aframe docker image.
docker run -it --rm -v `pwd`:/home/node/html heymp/generator-aframe:latest
First, install Yeoman and generator-aframe using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-aframe
Then generate your new project:
yo aframe
Tag latest
git tag -f latest
Increment Version
npm version [major | minor | patch]
Push tags
git tags --push -f
Publish to npm
npm publish
MIT © heyMP
Content type
Image
Digest
Size
272 MB
Last updated
almost 9 years ago
docker pull heymp/generator-aframe