An open API service indexing awesome lists of open source software.

https://github.com/mapleincode/configw


https://github.com/mapleincode/configw

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# ConfigW

```
'use strict';

const config = require('configw');

const aa = config.aa;
const bb = config.bb;

```