Skip to content
/ chmod.js Public

CLI works on Node.js to chang file permissions

License

Notifications You must be signed in to change notification settings

kei-g/chmod.js

chmod.js license npm

coverage dependency maintenance quality

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

CI Status

Workflow Name Status
Build GitHub CI (Build)
CodeQL GitHub CI (CodeQL)
Coverage GitHub CI (Coverage)

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",
  }
}

License

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

👏 Be nice. See our code of conduct