# creating-npm-package-workflow-jh

> To install run: ``` npm install creating-npm-package-workflow-jh ``` To use in your project, add a class of ```.silly-input``` to any HTML input you want to convert. ``` ``` Then in your JavaScript fi

Latest version **1.0.3** (published 2022-08-30) · ISC license · 0 weekly downloads

## Install

```sh
npm install creating-npm-package-workflow-jh
pnpm add creating-npm-package-workflow-jh
yarn add creating-npm-package-workflow-jh
bun add creating-npm-package-workflow-jh
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2022-08-30 |
| First published | 2022-08-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | josefineh |

## Links

- npm: https://www.npmjs.com/package/creating-npm-package-workflow-jh
- npm.io page: https://npm.io/package/creating-npm-package-workflow-jh

## Recent versions

- 1.0.3 (latest) — 2022-08-30
- 1.0.2 — 2022-08-30
- 1.0.0 — 2022-08-30

## README

# Creating an NPM package
To install run:
```
npm install creating-npm-package-workflow-jh
```
To use in your project, add a class of ```.silly-input``` to any HTML input you want to convert.
```
<input placeholder="First name" class="silly-input" />
```
Then in your JavaScript file import and call Silly Input like this:
```
import sillyInput from "silly-input";

sillyInput();
```
*Note: You will need to use a bundler like Parcel or Webpack to import the package like this.

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