Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradgarropy/node-library-starter
🟢 node library starter
https://github.com/bradgarropy/node-library-starter
eslint hacktoberfest jest node prettier starter typescript
Last synced: 26 days ago
JSON representation
🟢 node library starter
- Host: GitHub
- URL: https://github.com/bradgarropy/node-library-starter
- Owner: bradgarropy
- License: mit
- Created: 2021-02-06T03:45:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T02:07:11.000Z (over 1 year ago)
- Last Synced: 2024-05-17T02:58:09.887Z (6 months ago)
- Topics: eslint, hacktoberfest, jest, node, prettier, starter, typescript
- Language: TypeScript
- Homepage:
- Size: 666 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: license
Awesome Lists containing this project
README
# 🟢 node library starter
[![version][version-badge]][npm]
[![downloads][downloads-badge]][npm]
[![size][size-badge]][bundlephobia]
[![github actions][github-actions-badge]][github-actions]
[![coverage][codecov-badge]][codecov]
[![typescript][typescript-badge]][typescript]
[![contributing][contributing-badge]][contributing]
[![contributors][contributors-badge]][contributors]
[![discord][discord-badge]][discord]_Starter for `node` libraries._
// TODO: write intro section.
## 📦 Installation
This package is hosted on [npm][npm].
```bash
npm install @bradgarropy/node-library-starter
```## 🥑 Usage
// TODO: Write usage section.
## 📖 API Reference
// TODO: Write api reference section.
## ❔ Questions
🐛 report bugs by filing [issues][issues]
📢 provide feedback with [issues][issues] or on [twitter][twitter]
🙋🏼♂️ use my [ama][ama] or [twitter][twitter] to ask any other questions## ✨ contributors
[codecov]: https://app.codecov.io/gh/bradgarropy/node-library-starter
[contributing]: https://github.com/bradgarropy/node-library-starter/blob/master/contributing.md
[contributors]: #-contributors
[npm]: https://www.npmjs.com/package/@bradgarropy/node-library-starter
[codecov-badge]: https://img.shields.io/codecov/c/github/bradgarropy/node-library-starter?style=flat-square
[version-badge]: https://img.shields.io/npm/v/@bradgarropy/node-library-starter.svg?style=flat-square
[downloads-badge]: https://img.shields.io/npm/dt/@bradgarropy/node-library-starter?style=flat-square
[contributing-badge]: https://img.shields.io/badge/PRs-welcome-success?style=flat-square
[contributors-badge]: https://img.shields.io/github/all-contributors/bradgarropy/node-library-starter?style=flat-square
[issues]: https://github.com/bradgarropy/node-library-starter/issues
[twitter]: https://twitter.com/bradgarropy
[ama]: https://bradgarropy.com/ama
[bundlephobia]: https://bundlephobia.com/result?p=@bradgarropy/node-library-starter
[size-badge]: https://img.shields.io/bundlephobia/minzip/@bradgarropy/node-library-starter?style=flat-square
[github-actions]: https://github.com/bradgarropy/node-library-starter/actions
[github-actions-badge]: https://img.shields.io/github/workflow/status/bradgarropy/node-library-starter/%F0%9F%9A%80%20release?style=flat-square
[typescript]: https://www.typescriptlang.org/dt/search?search=%40bradgarropy%2Fnode-library-starter
[typescript-badge]: https://img.shields.io/npm/types/@bradgarropy/node-library-starter?style=flat-square
[discord]: https://bradgarropy.com/discord
[discord-badge]: https://img.shields.io/discord/748196643140010015?style=flat-square