1.0.0 • Published 4 years ago

spck-to-termux v1.0.0

Weekly downloads
46
License
MIT
Repository
gitlab
Last release
4 years ago

SPCK to Termux

This package copy files from a spck editor directory to a termux directory.

Dependencies

chokidar

Installation

npm install spck-to-termux

Usage

Add this JSON in a file with the name of stt.conf.json in the directory of your project

{
	"from": "",
	"to": "",
	"ignored": ""
}

Where:

  • from: Directory from where files are copied.
  • to: (optional) Directory where the files will be pasted, if it is not added, the directory of your project will be used.
  • ignored: files to ignore, check chokidar documentation to know how to ignore files https://www.npmjs.com/package/chokidar.

Add in your scripts list of your package.json:

"stt": "node node_modules/spck-to-termux"

And run with:

npm run stt
1.0.0

4 years ago