Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kei-g/chmod.js
CLI works on Node.js to chang file permissions
https://github.com/kei-g/chmod.js
chmod cli npm-package typescript
Last synced: 5 days ago
JSON representation
CLI works on Node.js to chang file permissions
- Host: GitHub
- URL: https://github.com/kei-g/chmod.js
- Owner: kei-g
- License: bsd-3-clause
- Created: 2021-09-08T15:44:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T02:53:02.000Z (8 days ago)
- Last Synced: 2025-02-03T03:28:36.738Z (8 days ago)
- Topics: chmod, cli, npm-package, typescript
- Language: TypeScript
- Homepage:
- Size: 2.59 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# chmod.js [![license][license-image]][license-url] [![npm][npm-image]][npm-url]
[![dependency][depencency-image]][dependency-url] [![maintenance][maintenance-image]][npmsio-url] [![quality][quality-image]][npmsio-url]
`@kei-g/chmod` - CLI for changing file permissions works on [Node.js](https://nodejs.org/)
## CI Status
| Workflow Name | Status |
|:-:|:-:|
| **Build** | [![GitHub CI (Build)][github-build-image]][github-build-url] |
| **CodeQL** | [![GitHub CI (CodeQL)][github-codeql-image]][github-codeql-url] |
| **Coverage** | [![GitHub CI (Coverage)][github-coverage-image]][github-coverage-url] |## Installation
To build for your package,
```shell
npm i @kei-g/chmod --save-dev
```and configure the package.json; for example, `chmod` after transpile by `tsc`
```json
{
"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](https://github.com/kei-g/chmod.js/blob/main/LICENSE)
## Contributions
Contributions are welcome! See [Contributor's Guide](https://github.com/kei-g/chmod.js/blob/main/CONTRIBUTING.md)
### Code of Conduct
:clap: Be nice. See [our code of conduct](https://github.com/kei-g/chmod.js/blob/main/CODE_OF_CONDUCT.md)
[depencency-image]:https://img.shields.io/librariesio/release/npm/@kei-g/chmod?logo=nodedotjs
[dependency-url]:https://npmjs.com/package/@kei-g/chmod?activeTab=dependencies
[github-build-image]:https://github.com/kei-g/chmod.js/actions/workflows/build.yml/badge.svg
[github-build-url]:https://github.com/kei-g/chmod.js/actions/workflows/build.yml
[github-codeql-image]:https://github.com/kei-g/chmod.js/actions/workflows/codeql.yml/badge.svg
[github-codeql-url]:https://github.com/kei-g/chmod.js/actions/workflows/codeql.yml
[github-coverage-image]:https://github.com/kei-g/chmod.js/actions/workflows/coverage.yml/badge.svg
[github-coverage-url]:https://github.com/kei-g/chmod.js/actions/workflows/coverage.yml
[license-image]:https://img.shields.io/github/license/kei-g/chmod.js
[license-url]:https://opensource.org/licenses/BSD-3-Clause
[maintenance-image]:https://img.shields.io/npms-io/maintenance-score/@kei-g/chmod?logo=npm
[npm-image]:https://img.shields.io/npm/v/@kei-g/chmod.svg?logo=npm
[npm-url]:https://npmjs.org/package/@kei-g/chmod
[npmsio-url]:https://npms.io/search?q=%40kei-g%2Fchmod
[quality-image]:https://img.shields.io/npms-io/quality-score/@kei-g/chmod?logo=npm