Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lencx/l3x-devinfo
Get developer information
https://github.com/lencx/l3x-devinfo
devinfo ip system
Last synced: 3 days ago
JSON representation
Get developer information
- Host: GitHub
- URL: https://github.com/lencx/l3x-devinfo
- Owner: lencx
- License: mit
- Created: 2018-08-30T08:11:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T05:52:58.000Z (over 6 years ago)
- Last Synced: 2024-05-23T05:34:16.926Z (8 months ago)
- Topics: devinfo, ip, system
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# l3x-devinfo
> Get developer information
## Installation
```bash
npm install l3x-devinfo
```## Usage
```js
const devinfo = require('l3x-devinfo')devinfo() // default: devinfo.json
devinfo('./a/b/c.json')
```