0.0.15 • Published 9 years ago

os_authors v0.0.15

Weekly downloads
14
License
GPL-2.0
Repository
github
Last release
9 years ago

os_authors

Build Status npm version npm dependencies Coverage Status Documentation Status A tool to manage authors of open-source projects

Installation

npm install os_authors --save-dev

Usage

os_authors init
# Create an empty file
#	--path	path to working directory

os_authors add <full name>
# Add an author
#	--nick	  <GitHub username>
#	--mail	  <email address>
#	--webpage <website>
#	--path	  path to working directory

os_authors import
# Import authors from a git repository
#	--path	path to the directory that contains the .git folder

os_authors rem <pattern>
# Remove matching authors
#	--fn  	match nickname
#	--fm  	match email address
#	--fw  	match website
#	--path	path to working directory

os_authors list
# Prints the internal array

os_authors find <pattern>
# Print matching authors
#	--fn 	match nickname
#	--fm 	match email address
#	--fw 	match website
#	--path	path to working directory

os_authors print
# Formatted output of all authors
#	--path			path to working directory
#	--no-plug		remove self-advertisement
#	--no-avatar		skip GitHub avatars
#	--format		specifies output format (e.g. Markdown)

os_authors meta add <key>=<value>
# Add a meta value
#	--path			path to working directory

os_authors meta rem <key>
# Remove a meta value
#	--path			path to working directory

os_authors meta list
# Print all meta value
#	--path			path to working directory

os_authors clear
# Remove all authors
#	--path	path to working directory

os_authors constants
# Prints the constants defined by os_authors
#	--path	path to working directory

License

os_authors is released under the GNU GPLv2 .

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago