wsfp

0.0.7 • Public • Published

wsfp Build Status

Set files & folder ACL permissions for webserver user. Based on symfony installation guide

Install

$ npm install -g wsfp

Usage

var wsfp = require('wsfp');
 
wsfp('path/to/cache',function(err){
    
});

Cli

~$ wsfp app/cache

API

wsfp(input, [callback])

input

Required
Type: string

Filepath or Directory path

License

MIT © Ben Zörb

/wsfp/

    Package Sidebar

    Install

    npm i wsfp

    Weekly Downloads

    2

    Version

    0.0.7

    License

    MIT

    Last publish

    Collaborators

    • bezoerb