dk-compiler
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

DK Compiler

Install

Exec command

$ npm install --save dk-compiler

Docs

Make file example.js in dir build and run

var dkCompiler = require('dk-compiler');

dkCompiler({
    appendToDir: {
        files: [
            ['./mainInDir.php', "index.php"],
        ]
    },
    path: "../",
    ignore: [
        ".git",
        ".idea",
        "docs/examples",
        "node_modules",
        "dist",
        "build",
        "*.xml",
        "*.json",
    ],
    isDistName: true,
    /* distName: "example", */
    archive: {
        name: "../dist/mod.zip",
    }
});

About

Notes

License

MIT

Package Sidebar

Install

npm i dk-compiler

Weekly Downloads

4

Version

0.2.2

License

MIT

Unpacked Size

10.2 kB

Total Files

14

Last publish

Collaborators

  • denkar