authorer
v0.0.2
Published
Parse author string from package.json
Downloads
7
Maintainers
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
const authorer = require('authorer')
var { name, email, website } = authorer('Dhruv Jain <[email protected]> (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