0.5.2 • Published 7 years ago

counsel-rule-copy v0.5.2

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

counsel-rule-copy

copy files/folders from a counsel rule project into a target project.

example

  • create your rule
'use strict'

const CopyRule = require('counsel-rule-copy')

module.exports = new CopyRule({
  src: '/absolute/path/to/thing',
  dest: '<path>/to/thing',
  // if dest is relative, it is relative to the target
  // project's root directory.
})