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

https://github.com/ctrlplusb/npm-library-starter

A starter kit for npm libraries.
https://github.com/ctrlplusb/npm-library-starter

Last synced: 8 months ago
JSON representation

A starter kit for npm libraries.

Awesome Lists containing this project

README

          

> This is my personal starter kit for npm libraries.

# Your Library Name

A one liner description of your library.

___BADGES: EDIT THESE TO USE THE URLS FOR EACH SERVICE CONFIGURED FOR YOUR OWN LIBRARY, THEN REMOVE THIS MESSAGE___

[![npm](https://img.shields.io/npm/v/npm-library-starter.svg?style=flat-square)](http://npm.im/npm-library-starter)
[![MIT License](https://img.shields.io/npm/l/npm-library-starter.svg?style=flat-square)](http://opensource.org/licenses/MIT)
[![Travis](https://img.shields.io/travis/ctrlplusb/npm-library-starter.svg?style=flat-square)](https://travis-ci.org/ctrlplusb/npm-library-starter)
[![Codecov](https://img.shields.io/codecov/c/github/ctrlplusb/npm-library-starter.svg?style=flat-square)](https://codecov.io/github/ctrlplusb/npm-library-starter)

## TOCs

- [Introduction](#introduction)
- [FAQs](#faqs)

## Introduction

An introduction to your library...

## FAQs

___A common question around your library?___

The answer to the question.

___A common question around your library?___

The answer to the question.