Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allouis/ivanka
https://github.com/allouis/ivanka
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/allouis/ivanka
- Owner: allouis
- Created: 2017-10-26T15:47:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T15:55:13.000Z (about 7 years ago)
- Last Synced: 2024-10-07T18:38:10.636Z (29 days ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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');
```