@kei-g/chmod
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

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

Package Sidebar

Install

npm i @kei-g/chmod

Weekly Downloads

21

Version

1.0.12

License

BSD-3-Clause

Unpacked Size

18 kB

Total Files

9

Last publish

Collaborators

  • kei-g