generator-aframe

0.5.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i generator-aframe

Weekly Downloads

9

Version

0.5.0

License

MIT

Last publish

Collaborators

  • heymp