m4g1c
v1.0.14
Published
Like a magic?
Downloads
18
Readme
Like a magic?
Code is a poem. Your commits should be cool. I find best coolest emoji for your commit.
Commit Type | Emoji
---------- | -------------
Initial Commit | :tada: :tada:
Version Tag | :bookmark: :bookmark:
New Feature | :sparkles: :sparkles:
Bugfix | :bug: :bug:
Metadata | :card_index: :card_index:
Refactoring | :package: :package:
Documentation | :books: :books:
Performance | :racehorse: :racehorse:
Cosmetic | :lipstick: :lipstick:
Tooling | :wrench: :wrench:
Tests | :rotating_light: :rotating_light:
Deprecation | :poop: :poop:
Work In Progress (WIP) | :construction: :construction:
Other | Be creative
Used in g3l. G3l!
Inspired URL!
# How ?
npm i --save m4g1c
Then
var m4g1c = require('m4g1c')
// Programmatical
m4g1c('init', false)
.then((value) => {console.log(value)})
.catch((err) => {console.log(err);})