UNPKG

1.39 kBMarkdownView Raw
1# generator-richmedia-temple [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
2
3> Create a richmedia temple project !
4
5## Getting started
6See https://mediamonks.github.com/generator-richmedia-temple for documentation to getting started.
7
8## Installation
9
10First, install [Yeoman](http://yeoman.io) and generator-richmedia-temple using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
11
12open terminal or cmd or git bash
13
14then check your node.js version first. Needs to be 8 or higher.
15```bash
16node -v
17```
18
19when thats ok.
20
21```bash
22npm install -g yo
23npm install -g generator-richmedia-temple
24```
25
26Then generate your new project:
27
28```bash
29yo richmedia-temple
30```
31
32Then follow the instructions on your screen.
33
34 - create Banner
35 - create 3D Banner
36
37## License
38
39MIT © [Mient-jan Stelling]()
40
41
42[npm-image]: https://badge.fury.io/js/generator-richmedia-temple.svg
43[npm-url]: https://npmjs.org/package/generator-richmedia-temple
44[travis-image]: https://travis-ci.org/mediamonks/generator-richmedia-temple.svg?branch=master
45[travis-url]: https://travis-ci.org/mediamonks/generator-richmedia-temple
46[daviddm-image]: https://david-dm.org/mediamonks/generator-richmedia-temple.svg?theme=shields.io
47[daviddm-url]: https://david-dm.org/mediamonks/generator-richmedia-temple