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 |