Josh Engebretson 2fcdbbcc73 Working on Atomic web player 10 년 전
..
bin 2fcdbbcc73 Working on Atomic web player 10 년 전
lib 2fcdbbcc73 Working on Atomic web player 10 년 전
.gitignore 44a9c9a09e Separate out atomic-cli-mac from atomic-cli 10 년 전
Notes.txt b51de67d32 CLI updates 10 년 전
README.md c164ab6be9 Add some keyword, standard global install 10 년 전
package.json c164ab6be9 Add some keyword, standard global install 10 년 전

README.md

atomic-cli

Command line tools for the Atomic Game Engine

Website

http://www.AtomicGameEngine.com

Chat

Forums

Atomic Game Engine Forums

Twitter

Follow @AtomicGEngine

alt text

Install

atomic-cli must be installed and activated

npm install atomic-cli -g
atomic-cli activate

usage

Usage: atomic-cli

  Commands:

    activate                  activate
    deactivate                deactivates
    new <folder>              creates project in the specified folder
    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
    edit [path_to_project]    opens the Atomic Editor loading specified project

  Options:

    -h, --help     output usage information
    -V, --version  output the version number