Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/allouis/ivanka


https://github.com/allouis/ivanka

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

Ever needed to do:
```

let PM = "signed";
if (PM === "signed") {
let CODING = "4 All";
}

```
?

### installation

#### npm
```
npm install ivanka
```

#### yarn
```
yarn add ivanka
```

### usage

It's as simple as requiring in the module!

```js
require('ivanka');
```