creations-of-god

1.0.5 • Public • Published

Creations of God

npm npm bundle size

This is a fun package that was inspired by my Twitter display name: import { iamwebwiz } from 'CreationsOfGod'. Acknowledge that you are God's creation? Append your name here 🤓

Installation

npm install creations-of-god

or with Yarn

yarn add creations-of-god

Usage

CommonJS module:

const { iamwebwiz } = require('creations-of-god');
 
console.log(iamwebwiz); // returns "Ezekiel Oladejo"

or with ES6 module:

import { iamwebwiz } from 'creations-of-god';
 
console.log(iamwebwiz); // returns "Ezekiel Oladejo"

Nice, right?

Contribution

Fork this repository, append your Twitter handle and your full (first & last) name to the creationsOfGod.json file and send in a Pull Request. It is that simple!

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i creations-of-god

      Weekly Downloads

      6

      Version

      1.0.5

      License

      MIT

      Unpacked Size

      2.44 kB

      Total Files

      5

      Last publish

      Collaborators

      • iamwebwiz