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

https://github.com/qvil/signature-code

Write signature code your project. ✒
https://github.com/qvil/signature-code

Last synced: 3 months ago
JSON representation

Write signature code your project. ✒

Awesome Lists containing this project

README

        

# Signature Code

Write signature code your project. ✒

## Usage

### Install

```
npm install --save signature-code
```

### Example

```
import SignatureCode from "signature-code";

SignatureCode.toHTML("My Signature!");
SignatureCode.toConsole("My Signature!");
```

## Development

### Install

```
npm install
```

### Start

```
npm start
```

## License

MIT