make-executable
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

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

Yarn
yarn add make-executable
NPM
npm install make-executable
PNPM
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

Package Sidebar

Install

npm i make-executable

Weekly Downloads

369

Version

2.0.2

License

MIT

Unpacked Size

6.57 kB

Total Files

8

Last publish

Collaborators

  • bconnorwhite