mDeveloper


This package;

  • Contains classes to make developer's data available for the tools, plug-ins, scripts, applications and more.
  • Contains useful commands to obtain information about developers.

Python Packages

Name Description
mDeveloper Primary Python package

Python API

Meco™ API Reference

Commands

mdeveloper-list

List all the developers.

Flags

Flag Flag Type Default Example Description
d detail bool false N/A Display detail.

Examples

mdeveloper-list

# Example Result

soner


1 developer(s) listed.
mdeveloper-list -d

# Example Result

User Name: soner
Name     : Safak Oner
Position : Lead Software Engineer
E-mail   : email@domain.com
Site     : Headquarter
URL      : https://www.safakoner.com


1 developer(s) listed.

Search developer by given keyword.

Flags

Flag Flag Type Default Example Description
k keyword str N/A node Keyword to find developers.
d detail bool false N/A Display detail.

Examples

mdeveloper-search so

# Example Result


soner


1 developer(s) found.
mdeveloper-search so -d

# Example Result

User Name: soner
Name     : Safak Oner
Position : Lead Software Engineer
E-mail   : email@domain.com
Site     : Headquarter
URL      : https://www.safakoner.com


1 developer(s) found.