Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maddhruv/authorer

Parse author :bow: string from package.json
https://github.com/maddhruv/authorer

Last synced: 5 days ago
JSON representation

Parse author :bow: string from package.json

Awesome Lists containing this project

README

        

# authorer

Parse author :bow: string from package.json

* **ZERO** :zero: run :running: time dependencies
* actually a single dependency - *mocha* :coffee:

## Install

`npm install authorer`
or for cooler guys out there
`yarn add authorer`

## Usage

```js
const authorer = require('authorer')

var { name, email, website } = authorer('Dhruv Jain (https://maddhruv.github.io)')

// name Dhruv Jain
// email [email protected]
// website https://maddhruv.github.io
```

### Found issue?

raise one at https://github.com/maddhruv/authorer/issues/new