# create-battlesnake

> Scaffold out your new battlesnake

Latest version **0.1.0-beta.6** (published 2021-08-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install create-battlesnake
pnpm add create-battlesnake
yarn add create-battlesnake
bun add create-battlesnake
```

Provides the command `create-battlesnake`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0-beta.6 |
| Published | 2021-08-14 |
| First published | 2021-08-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=14.0.0 |
| Dependencies | 3 |
| Unpacked size | 6.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Hugh Rawlinson |
| Maintainers | hughrawlinson |
| Keywords | battlesnake |

## Links

- npm: https://www.npmjs.com/package/create-battlesnake
- Repository: https://github.com/hughrawlinson/battlesnake
- Issues: https://github.com/hughrawlinson/battlesnake/issues
- npm.io page: https://npm.io/package/create-battlesnake

## Dependencies (3)

- [inquirer](https://npm.io/package/inquirer.md) ^8.1.2
- [handlebars](https://npm.io/package/handlebars.md) ^4.7.7
- [change-case](https://npm.io/package/change-case.md) ^4.1.2

## Recent versions

- 0.1.0-beta.6 (latest) — 2021-08-14
- 0.1.0-beta.3 (beta) — 2021-08-01
- 0.1.0-beta.5 — 2021-08-02
- 0.1.0-beta.4 — 2021-08-01
- 0.1.0-beta.2 — 2021-08-01
- 0.1.0-beta.1 — 2021-08-01

## README

# `create-battlesnake`

[![npm version](https://badge.fury.io/js/create-battlesnake.svg)](https://badge.fury.io/js/create-battlesnake)

Generate a new Battlesnake project.

## Usage

```sh
$ 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
```

---
_Source: https://npm.io/package/create-battlesnake · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
