Skip to content

bullgit/author.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

author.js

Facts author or team of a project.

Display of copyright in the console.

// use with human (person) example!
Author.human({
  project: "Anonymous",  
  name: "Jose Pino",
  website: "http://jofpin.github.io",
  twitter: "@jofpin",
  email: "[email protected]",
  standards: "html, css, javascript",
  location: "Colombia",
  date: "2015",
  lastupdate: "17-01-2015",
  version: "1.0.0" 
});
// use with (Team) example!
Author.team({
  project: "Bullgit",  
  members: ["Jan", "Tim", "Kevin", "Max", "Luky", "Felix", "Kanu", "Nils", "Olly", "Nick", "Ty", "Jose", "Leeroyd"],
  website: "http://bullg.it/",
  standards: ["javascript", "html", "css"],
  date: "2015",
  lastupdate: "17-01-2015",
  version: "1.0.0" 
});

Copyright, 2015 by Jose Pino | Bullgit <3 |


About

Facts author or team of a project in console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors