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

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

NPM Template
https://github.com/peralva/npm-template

npm template

Last synced: 4 months ago
JSON representation

NPM Template

Awesome Lists containing this project

README

          

# @peralva/template

Template

[![NPM Version](https://img.shields.io/npm/v/%40peralva%2Ftemplate)](https://www.npmjs.com/package/@peralva/template?activeTab=versions)
[![GitHub Release Date](https://img.shields.io/github/release-date/peralva/npm-template)](https://github.com/peralva/npm-template/releases)
[![GitHub License](https://img.shields.io/github/license/peralva/npm-template)](https://github.com/peralva/npm-template?tab=MIT-1-ov-file#readme)
[![NPM Downloads](https://img.shields.io/npm/dm/%40peralva%2Ftemplate)](https://www.npmjs.com/package/@peralva/template)
[![NPM Publish](https://github.com/peralva/npm-template/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/peralva/npm-template/actions/workflows/npm-publish.yml)

## Installation

```bash
npm install --save @peralva/template
```

## Usage

```ts
import { npmTemplate } from '@peralva/template';
console.log(npmTemplate);
```