0.2.2 • Published 1 year ago

kutu v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year ago

kutu

Travis Build Status

multiple file creation package

install

npm i kutu --save

usage

const kutu = require('kutu');

kutu('foo', [
  {
    name: 'bar/index.html',
    content: `<html>
      <head>
        <title>kutu</title>
      </head>
      <body>
        hello world
      </body>
    </html>`
  }
]).then(() => {

  // foo/bar/index.html created..

})

// or url

kutu('foo', [
  {
    name: 'bar/avatar.png',
    content: 'https://avatars2.githubusercontent.com/u/6845298?s=460&v=4'
  }
]).then(() => {

  // foo/bar/avatar.png created..

})
0.2.2

1 year ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago