# filemode

> Change file permissions

Latest version **3.0.0** (published 2019-02-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install filemode
pnpm add filemode
yarn add filemode
bun add filemode
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2019-02-24 |
| First published | 2015-09-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8 |
| Dependencies | 2 |
| Unpacked size | 10.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Taka Okunishi |
| Maintainers | okunishinishi |
| Keywords | file, permission, mode |

## Links

- npm: https://www.npmjs.com/package/filemode
- Repository: https://github.com/okunishinishi/node-filemode
- Homepage: https://github.com/okunishinishi/node-filemode#readme
- Issues: https://github.com/okunishinishi/node-filemode/issues
- npm.io page: https://npm.io/package/filemode

## Dependencies (2)

- [argx](https://npm.io/package/argx.md) ^4.0.0
- [aglob](https://npm.io/package/aglob.md) ^3.0.1

## Alternatives

- [unionfs](https://npm.io/package/unionfs.md) — 2.2M weekly downloads
- [path-starts-with](https://npm.io/package/path-starts-with.md) — 35.9K weekly downloads
- [redzip](https://npm.io/package/redzip.md) — 1.2K weekly downloads
- [vscode-anymatch](https://npm.io/package/vscode-anymatch.md) — 848 weekly downloads
- [@ledgerhq/coin-filecoin](https://npm.io/package/@ledgerhq/coin-filecoin.md) — 793 weekly downloads

## Recent versions

- 3.0.0 (latest) — 2019-02-24
- 2.0.3 — 2016-07-30
- 2.0.2 — 2016-07-12
- 2.0.1 — 2016-05-06
- 2.0.0 — 2016-05-06
- 1.0.1 — 2015-09-20
- 1.0.0 — 2015-09-19

## README

filemode
==========

<!---
This file is generated by ape-tmpl. Do not update manually.
--->

<!-- Badge Start -->
<a name="badges"></a>

[![Build Status][bd_travis_shield_url]][bd_travis_url]
[![npm Version][bd_npm_shield_url]][bd_npm_url]
[![JS Standard][bd_standard_shield_url]][bd_standard_url]

[bd_repo_url]: https://github.com/okunishinishi/node-filemode
[bd_travis_url]: http://travis-ci.org/okunishinishi/node-filemode
[bd_travis_shield_url]: http://img.shields.io/travis/okunishinishi/node-filemode.svg?style=flat
[bd_travis_com_url]: http://travis-ci.com/okunishinishi/node-filemode
[bd_travis_com_shield_url]: https://api.travis-ci.com/okunishinishi/node-filemode.svg?token=
[bd_license_url]: https://github.com/okunishinishi/node-filemode/blob/master/LICENSE
[bd_codeclimate_url]: http://codeclimate.com/github/okunishinishi/node-filemode
[bd_codeclimate_shield_url]: http://img.shields.io/codeclimate/github/okunishinishi/node-filemode.svg?style=flat
[bd_codeclimate_coverage_shield_url]: http://img.shields.io/codeclimate/coverage/github/okunishinishi/node-filemode.svg?style=flat
[bd_gemnasium_url]: https://gemnasium.com/okunishinishi/node-filemode
[bd_gemnasium_shield_url]: https://gemnasium.com/okunishinishi/node-filemode.svg
[bd_npm_url]: http://www.npmjs.org/package/filemode
[bd_npm_shield_url]: http://img.shields.io/npm/v/filemode.svg?style=flat
[bd_standard_url]: http://standardjs.com/
[bd_standard_shield_url]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg

<!-- Badge End -->


<!-- Description Start -->
<a name="description"></a>

Change file permissions

<!-- Description End -->




<!-- Sections Start -->
<a name="sections"></a>

<!-- Section from "doc/guides/01.Installation.md.hbs" Start -->

<a name="section-doc-guides-01-installation-md"></a>

Installation
-----

```bash
$ npm install filemode --save
```


<!-- Section from "doc/guides/01.Installation.md.hbs" End -->

<!-- Section from "doc/guides/02.Usage.md.hbs" Start -->

<a name="section-doc-guides-02-usage-md"></a>

Usage
---------

```javascript
'use strict'

const filemode = require('filemode')

filemode('ci/*.sh', '755').then(() => {
  /* ... */
})

```


<!-- Section from "doc/guides/02.Usage.md.hbs" End -->


<!-- Sections Start -->


<!-- LICENSE Start -->
<a name="license"></a>

License
-------
This software is released under the [MIT License](https://github.com/okunishinishi/node-filemode/blob/master/LICENSE).

<!-- LICENSE End -->

---
_Source: https://npm.io/package/filemode · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
