# Bed & Breakfast Template Initiation Script

[![NPM Version](https://img.shields.io/npm/v/@bed-and-breakfast/template-init)](https://www.npmjs.com/package/@bed-and-breakfast/template-init)
[![CI](https://github.com/bed-and-breakfast/template-init/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/bed-and-breakfast/template-init/actions/workflows/ci.yml)
[![Release](https://github.com/bed-and-breakfast/template-init/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/bed-and-breakfast/template-init/actions/workflows/release.yml)
[![Code Climate](https://codeclimate.com/github/bed-and-breakfast/template-init/badges/gpa.svg)](https://codeclimate.com/github/bed-and-breakfast/template-init)
[![Code Coverage](https://codeclimate.com/github/bed-and-breakfast/template-init/badges/coverage.svg)](https://codeclimate.com/github/bed-and-breakfast/template-init)
[![Known Vulnerabilities](https://snyk.io/test/github/bed-and-breakfast/template-init/badge.svg?targetFile=package.json)](https://snyk.io/test/github/bed-and-breakfast/template-init?targetFile=package.json)

After creating a new repository from a @bed-and-breakfast/template-\* template package it can be initiated with the following command:

## Installation

```sh
npm i -D @bed-and-breakfast/template-init
```

## Getting started

```sh
npx template-init
```

Follow the instructions in the cli to set up the package. The new repo will automatically be initiated, committed and pushed to git.
