0.0.7 • Published 10 years ago

ss-cli v0.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago