0.5.0 • Published 8 years ago

generator-aframe v0.5.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

generator-aframe NPM version Build Status Dependency Status Coverage percentage

A generator for Aframe

Installation

Install via Docker

Run the magic Docker command using the generator-aframe docker image.

docker run -it --rm -v `pwd`:/home/node/html heymp/generator-aframe:latest

Install Manually

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

Development

Creating a release

Tag latest

git tag -f latest

Increment Version

npm version [major | minor | patch]

Push tags

git tags --push -f

Publish to npm

npm publish

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © heyMP

0.5.0

8 years ago

0.4.0

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.2.2

8 years ago

0.2.0

8 years ago

0.0.0

8 years ago