You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Another [MIME](http://en.wikipedia.org/wiki/MIME) type module. Exposes an extension Map reference of [mime-db](https://npm.im/mime-db) but with zero dependencies.
3
+
An file extension to [MIME](http://en.wikipedia.org/wiki/MIME) type module. Uses [mime-db](https://npm.im/mime-db) data but with zero dependencies.
4
4
5
-
## MODULE
5
+
## Getting started
6
+
`npm install mimer` or `npx mimer <file>`.
6
7
7
-
### Getting started
8
+
### Module
8
9
```js
9
10
constmimer=require('mimer');
10
11
@@ -46,20 +47,20 @@ or just
46
47
npx mimer readme.pdf
47
48
```
48
49
49
-
## DEVELOPING
50
+
## Contribute
50
51
51
52
Just create a new Github Codespace or:
52
53
53
-
```CLI
54
+
```sh
55
+
$ git clone https://github.com/data-uri/mimer.git
56
+
$ cd mimer
54
57
$ npm i
55
58
$ npm test
56
59
```
57
60
58
-
## Release notes
59
-
60
-
See more in [Releases section](https://github.com/data-uri/mimer/releases).
0 commit comments