Detalhes do pacote

make-executable

bconnorwhite1.1kMIT2.0.2

Set the executable bits on a file

make, executable, set, bits

readme (leia-me)

make-executable

Platform: Node npm typescript Coverage Status


Set the executable bits on a file.


If I should maintain this repo, please ⭐️ GitHub stars

DM me on Twitter if you have questions or suggestions. Twitter Follow


Installation

<summary> Yarn </summary> sh yarn add make-executable
<summary> NPM </summary> sh npm install make-executable
<summary> PNPM </summary> sh pnpm add make-executable

API

import { makeExecutable, makeExecutableSync } from "make-executable";

function makeExecutable(path: string): Promise<boolean | undefined>;

function makeExecutableSync(path: string): boolean | undefined;


Dev Dependenciesdependencies

  • @types/mock-fs: TypeScript definitions for mock-fs
  • @types/node: TypeScript definitions for Node.js
  • autorepo: Autorepo abstracts away your dev dependencies, providing a single command to run all of your scripts.
  • mock-fs: A configurable mock file system. You know, for testing.


License license

MIT - The MIT License


Related Packages

changelog (log de mudanças)

2.0.2 (2023-01-06)

2.0.1 (2023-01-06)

1.0.2 (2022-12-21)

Bug Fixes

1.0.1 (2020-10-04)

1.0.0 (2020-10-04)