https://github.com/zetlen/hamartia
make html include validation of itself in its own code
https://github.com/zetlen/hamartia
Last synced: 5 days ago
JSON representation
make html include validation of itself in its own code
- Host: GitHub
- URL: https://github.com/zetlen/hamartia
- Owner: zetlen
- License: mit
- Created: 2022-01-03T18:45:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T18:45:34.000Z (over 4 years ago)
- Last Synced: 2025-03-21T18:50:51.071Z (about 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# node-module-boilerplate
> Boilerplate to kickstart creating a Node.js module
This is what I use for [my own modules](https://www.npmjs.com/~sindresorhus).
Also check out [`node-cli-boilerplate`](https://github.com/sindresorhus/node-cli-boilerplate).
## Getting started
**Click the "Use this template" button.**
Alternatively, create a new directory and then run:
```
$ curl -fsSL https://github.com/sindresorhus/node-module-boilerplate/archive/main.tar.gz | tar -xz --strip-components=1
```
There's also a [Yeoman generator](https://github.com/sindresorhus/generator-nm).
---
**Remove everything from here and above**
---
# unicorn-fun
> My awesome module
## Install
```sh
npm install unicorn-fun
```
## Usage
```js
import unicornFun from 'unicorn-fun';
unicornFun('unicorns');
//=> 'unicorns & rainbows'
```
## API
### unicornFun(input, options?)
#### input
Type: `string`
Lorem ipsum.
#### options
Type: `object`
##### postfix
Type: `string`\
Default: `rainbows`
Lorem ipsum.