3.0.0 • Published 5 years ago

filemode v3.0.0

Weekly downloads
446
License
MIT
Repository
github
Last release
5 years ago

filemode

Build Status npm Version JS Standard

Change file permissions

Installation

$ npm install filemode --save

Usage

'use strict'

const filemode = require('filemode')

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

License

This software is released under the MIT License.