JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q18705F
  • License ISC

Watches a folder tree for file modifications. When watched files are they are coppied to a separate specified folder path.

Package Exports

  • shakr

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (shakr) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

installation

  1. launch a command line
  2. change directory to the intended installation path for the tool
  3. run the following:
                npm install shakr
            
  4. edit the config.json file with your pertinent information

configuration

    
{

"localPath": "c:\\rsc\\prvd\\commerceapplications\\",
"remotePath": "\\\\lm56order1\\f$\\",

"folderPairings":{
    "web\\usercontrols": "fw\\usercontrols",
    "web\\client\\": "fw\\client\\",
    "application\\web\\pfprvdweb": "pfprvdweb"
},


"extensions":[
    ".css",
    ".less",
    ".aspx",
    ".ascx",
    ".js",
    ".html",
    ".svg",
    ".master"
]

}

</code>

use

  1. change directory to the node_modules/shaker path created in the current folder path
  2. run shakr.cmd