Browse Source

Add some keyword, standard global install

Josh Engebretson 10 years ago
parent
commit
c164ab6be9
2 changed files with 5 additions and 3 deletions
  1. 3 2
      CLI/atomic-cli/README.md
  2. 2 1
      CLI/atomic-cli/package.json

+ 3 - 2
CLI/atomic-cli/README.md

@@ -27,7 +27,7 @@ Command line tools for the [Atomic Game Engine](http://www.atomicgameengine.com)
 atomic-cli must be installed and activated
 atomic-cli must be installed and activated
 
 
 ```
 ```
-npm install -g atomic-cli
+npm install atomic-cli -g
 atomic-cli activate
 atomic-cli activate
 ```
 ```
 
 
@@ -41,7 +41,8 @@ Usage: atomic-cli
     activate                  activate
     activate                  activate
     deactivate                deactivates
     deactivate                deactivates
     new <folder>              creates project in the specified folder
     new <folder>              creates project in the specified folder
-    add <platform>            adds a platform to the project (mac|windows|ios|android|web)
+    add <platform>            adds a platform to the project
+                              (mac|windows|ios|android|web)
     run [options] <platform>  builds and runs the project on a specified platform
     run [options] <platform>  builds and runs the project on a specified platform
     edit [path_to_project]    opens the Atomic Editor loading specified project
     edit [path_to_project]    opens the Atomic Editor loading specified project
 
 

+ 2 - 1
CLI/atomic-cli/package.json

@@ -22,6 +22,7 @@
     "atomic-cli-windows" : "latest"
     "atomic-cli-windows" : "latest"
   },
   },
   "description": "CLI for the Atomic Game Engine",
   "description": "CLI for the Atomic Game Engine",
+  "keywords": ["game engine", "webgl", "android", "ios", "html5"],
   "engines": {
   "engines": {
     "node": ">=0.8.0"
     "node": ">=0.8.0"
   },
   },
@@ -35,5 +36,5 @@
   "name": "atomic-cli",
   "name": "atomic-cli",
   "preferGlobal": true,
   "preferGlobal": true,
   "repository": "https://github.com/AtomicGameEngine/AtomicGameEngine",
   "repository": "https://github.com/AtomicGameEngine/AtomicGameEngine",
-  "version": "0.3.3"
+  "version": "0.3.4"
 }
 }