https://github.com/commenthol/microformat
A format utility for node and browser
https://github.com/commenthol/microformat
Last synced: about 1 month ago
JSON representation
A format utility for node and browser
- Host: GitHub
- URL: https://github.com/commenthol/microformat
- Owner: commenthol
- License: unlicense
- Created: 2018-01-30T21:47:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T20:30:13.000Z (about 8 years ago)
- Last Synced: 2025-02-09T18:46:11.821Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @commenthol/microformat
> A format utility for node and browser
See
## Installation
```sh
npm i -S microformat
```
## Usage
```js
import format from 'microformat'
console.log(format('a %s', 'string'))
// > 'a string'
```
## License
Unlicense