@kei-g/chmod

CLI for changing file permissions

Usage no npm install needed!

<script type="module">
  import keiGChmod from 'https://cdn.skypack.dev/@kei-g/chmod';
</script>

README

chmod.js license npm

coverage dependency maintenance quality github travis

@kei-g/chmod - CLI for changing file permissions works on Node.js

Installation

To build for your package,

npm i @kei-g/chmod --save-dev

and configure the package.json; for example, chmod after transpile by tsc

{
  "scripts": {
    "build": "tsc",
    "postbuild": "chmod +x dist/bin/your-script.js",
  }
}

Lincense

The scripts and documentation in this project are released under the BSD-3-Clause License

Contributions

Contributions are welcome! See Contributor's Guide

Code of Conduct

:clap: Be nice. See our code of conduct