0.2.0 • Published 7 years ago

i-like-to-move-it-move-it v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Usage

Normal usage

import moveIt from 'i-like-to-move-it-move-it'
moveIt()
// or
moveIt({ history: false })

With magnet

magnet([
  fromM('config'),
  fromM('bunyan'),
  fromM('koa'),

  env.dev && fromNode('i-like-to-move-it-move-it/magnet')
])