You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,17 @@ generator-crafty
9
9
10
10
## Decription
11
11
12
-
Yeoman.io generator for Crafty.js game engine.
12
+
Yeoman.io generator for CraftyJS game engine.
13
13
14
-
You can install this generator using the Node Package Manager (npm). The following steps will setup your Craft.js scaffolding. The scaffolding is based on the CraftyBoilerplate (https://github.com/ahilles107/CraftyBoilerplate).
14
+
You can install this generator using the Node Package Manager (npm). The following steps will setup your CraftyJS scaffolding. The scaffolding is based on the CraftyBoilerplate (https://github.com/ahilles107/CraftyBoilerplate).
15
15
16
-
## Installation (Node, NPM, and Yeoman)
16
+
## Prerequisite nstallation (Node, NPM, and Yeoman)
17
17
18
-
- Make sure you have yo, grunt, node and NPM installed.
19
-
- Open the root directory of `generator-crafty`
20
-
- Install the generators dependencies by typing the command `npm install`.
18
+
* To use this generator you must have node.js and npm installed. To install node and npm go to (http://nodejs.org/).
19
+
* Installing Yeoman will install Grunt and Bower (http://www.yeoman.io)
0 commit comments