0.1.0-beta.6 • Published 3 years ago

create-battlesnake v0.1.0-beta.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

create-battlesnake

npm version

Generate a new Battlesnake project.

Usage

$ npx create-battlesnake
$ # You'll be prompted to answer a few questions
$ cd the-name-of-my-battlesnake # which you provided in the questions
$ npm run start
BattleSnake my-new-snake reporting for duty!
http://0.0.0.0:5000/snake/my-new-snake/0.0.1
Ngrok forwarding: https://8ca8140c53ed.ngrok.io/snake/my-new-snake/0.0.1$ npx create-battlesnake

# you'll be prompted for a name and description, and a few other things

$ cd <project-name>
$ npm run start