spck-to-termux

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i spck-to-termux

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

3.64 kB

Total Files

3

Last publish

Collaborators

  • sgb_004