authorer

0.0.2 • Public • Published

authorer

Parse author 🙇 string from package.json

  • ZERO 0️⃣ run 🏃 time dependencies
  • actually a single dependency - mocha ☕️

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 <dhruvjainpenny@gmail.com> (https://maddhruv.github.io)')
 
// name Dhruv Jain
// email dhruvjainpenny@gmail.com
// website https://maddhruv.github.io

Found issue?

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i authorer

Weekly Downloads

0

Version

0.0.2

License

Apache-2.0

Unpacked Size

18.5 kB

Total Files

6

Last publish

Collaborators

  • maddhruv