Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kelysty/npm-template

This is a template repo for creating npm packages
https://github.com/kelysty/npm-template

npm template

Last synced: 8 days ago
JSON representation

This is a template repo for creating npm packages

Awesome Lists containing this project

README

        

# @kelysty/npm-template · [![npm package](https://img.shields.io/npm/v/@kelysty/npm-template)](https://www.npmjs.com/package/@kelysty/npm-template) [![CI](https://img.shields.io/github/actions/workflow/status/Kelysty/npm-template/.github%2Fworkflows%2Fci.yml?logo=github&label=CI)](https://github.com/kelysty/npm-template/actions/workflows/ci.yml?query=branch:main) [![storybook](https://img.shields.io/badge/Storybook-deployed-ff4685)](https://preview.kelysty.com/npm-template/)

This is a template for a typical `npm package`

1. Create a new repository and use this repository as a template
2. Replace `npm-template` throughout the repository with your name
3. Overwrite other things at your desire

## Install

Using `npm`:

```bash
npm install --save-dev @kelysty/npm-template
```

Using `yarn`:

```bash
yarn add --dev @kelysty/npm-template
```

## Usage

Put usage instructions here