chem-cli

1.6.0 • Public • Published

chem cli

See chem

Usage

# install dependencies in ubuntu 
# for other OSes see https://github.com/LearnBoost/node-canvas/wiki/ 
sudo apt-get install libcairo2-dev libgif-dev
 
# start with an nearly-empty project such as an empty directory or a 
# freshly created project from github with only a .git/ and README.md. 
cd my-project
 
# init the project with chem-cli 
npm install chem-cli
./node_modules/.bin/chem init
 
# the `dev` command will run a development server which will automatically 
# recompile your code, generate your spritesheets, and serve your assets. 
npm run dev
 
# see more commands 
./node_modules/.bin/chem

Dependencies (18)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i chem-cli

    Weekly Downloads

    13

    Version

    1.6.0

    License

    MIT

    Last publish

    Collaborators

    • superjoe
    • thejoshwolfe