ss-cli

0.0.7 • Public • Published

ss-cli

when files changed and to shift and Shift

shift A to B, shift B to A

Getting Started

whith grunt

This plugin requires Grunt ~0.4.1 If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install ss-cli

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

ss:{
    options:{
        directory:{
            A:'Directory A',
            B:'Directory B'
        },
        filter:{
            A:[],
            B:[]
        },
        force:{
            A:[],
            B:[]
        },
        cache:'Directory to Cache',
        expired:30*60*1000
    },
    dist:{}
}


grunt.loadNpmTasks('ss-cli');

grunt.registerTask('default',['ss']);

whith command

npm install ss-cli

cd to your workspace directory

npm link

ss -d [Directory A,Directory B] -c[Directory cache] -s

your can to see help: ss -h

Readme

Keywords

Package Sidebar

Install

npm i ss-cli

Weekly Downloads

0

Version

0.0.7

License

MIT

Last publish

Collaborators

  • donghanji