An open API service indexing awesome lists of open source software.

https://github.com/frctl/package-template

Template for bootstrapping new Fractal package creation
https://github.com/frctl/package-template

Last synced: 9 months ago
JSON representation

Template for bootstrapping new Fractal package creation

Awesome Lists containing this project

README

          

# {{ title }}

{{ description }}

[![Build Status](https://img.shields.io/travis/frctl/{{ name }}/master.svg?style=flat-square)](https://travis-ci.org/frctl/{{ name }})
[![NPM Version](https://img.shields.io/npm/v/@frctl/{{ name }}.svg?style=flat-square)](https://www.npmjs.com/package/@frctl/{{ name }})

## Overview

{{ introduction }}

```js
{{ quick-code-example }}
```

## Installation

```bash
npm i @frctl/{{ name }}
```

## API

{{ api-docs }}

## Usage

{{ usage-info }}

## Requirements

Node >= v7.6 is required.