copy-static-files
TypeScript icon, indicating that this package has built-in type declarations

2.0.10 • Public • Published

copy-static-files

GitHub License NPM Downloads GitHub Actions Workflow Status GitHub Issues or Pull Requests GitHub commit activity NPM Unpacked Size

Standalone node package for synchronising --inDir with --outDir in real-time with only two direct dependencies. Suitable for development setup.

Requirements

Node JS

Install

NPM

npm install -D copy-static-files

Yarn

yarn add -D copy-static-files

Usage

To use this package start it with:

npx copy-static-files --inDir=relativePath --outDir=relativePath

or

yarn copy-static-files --inDir=relativePath --outDir=relativePath

--inDir=relativePath is position based command line parameter. Everything until including "=" is discarded and just relativePath is used to resolve absolutePath.

--outDir=relativePath is position based command line parameter. Everything until including "=" is discarded and just relativePath is used to resolve absolutePath.

Quit it with CTRL+C.

Screenshot

copy-static-files

LICENSE: MIT

Package Sidebar

Install

npm i copy-static-files

Weekly Downloads

37

Version

2.0.10

License

MIT

Unpacked Size

89.6 kB

Total Files

23

Last publish

Collaborators

  • aljazmc