# @schlagerkhan/npm-package-boilerplate

> Boilerplate for an npm package

Latest version **0.0.3** (published 2019-05-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install @schlagerkhan/npm-package-boilerplate
pnpm add @schlagerkhan/npm-package-boilerplate
yarn add @schlagerkhan/npm-package-boilerplate
bun add @schlagerkhan/npm-package-boilerplate
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2019-05-28 |
| First published | 2019-05-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | schlagerkhan |
| Keywords | npm, package, boilerplate, javascript, publish |

## Links

- npm: https://www.npmjs.com/package/@schlagerkhan/npm-package-boilerplate
- Repository: https://github.com/SchlagerKhan/npm-package-boilerplate
- Issues: https://github.com/SchlagerKhan/npm-package-boilerplate/issues
- npm.io page: https://npm.io/package/@schlagerkhan/npm-package-boilerplate

## Recent versions

- 0.0.3 (latest) — 2019-05-28
- 0.0.1 — 2019-05-26

## README

# Npm Package Boilerplate

A simple boilerplate for creating npm packages.

# Features
- Babel 7 (with some nice plugins)
- Jest
- Eslint
- Prettier

# Instructions
Modify the package.json to your reflect project.

Develop your code, create tests and make sure it runs. When you are happy with the result, run `npm publish`to publish it to npm.

If you want to scope your code with, for instance, your username (like this package) - rename your module in the `package.json`and then run `npm publish --access public`.

## Commands
- test: `yarn test` || `yarn test:watch`
- lint: `yarn lint`
- build: `yarn build`

# Todo
- Add coverage

# Contribute
Pull requests are welcome.

# License

[MIT](https://choosealicense.com/licenses/mit/)

---
_Source: https://npm.io/package/@schlagerkhan/npm-package-boilerplate · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
