Skip to content

maddhruv/authorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Parse author 🙇 string from package.json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published