mkdirp.jsx

0.1.1 • Public • Published

mkdirp for JSX

mkdirp can make directories full path.

as a shell command,

$ mkdir -p

is the same meaning.

Getting Started

$ npm install mkdirp.jsx
import "mkdirp.jsx/mkdirp.jsx";
 
class Hoge {
    function fuga() :void {
        var file = "/tmp/hoge/fuga";
        mkdirp.sync(file);
    }
}

Readme

Keywords

Package Sidebar

Install

npm i mkdirp.jsx

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • yosuke-furukawa