@shinshin86/ft-js

0.0.6 • Public • Published

ft-js

Test

File Transfer JS

This tool is an implementation of ft in Node.js.

Install

This tool is released as scoped modules and should be installed as follows.

# npm
npm install -g ft-js@npm:@shinshin86/ft-js

# yarn
yarn global add ft-js@npm:@shinshin86/ft-js

If you are using the Apple Silicon (M1 mac)

For Apple Silicon, the dependent module is not supported and must be installed as follows.

# npm
npm_config_target_arch=x64 npm install -g ft-js@npm:@shinshin86/ft-js

# yarn
npm_config_target_arch=x64 yarn global add ft-js@npm:@shinshin86/ft-js

Usage

ft-js [global options] command [command options] [arguments...]

Commands

  • download - download files from server
  • serve - serve files
  • list - list files from server by CSV format or JSON format(--json option must be added)
  • help, h - Shows a list of commands or help for one command

Development

Setup

# Install
yarn

# If you are using the M1 mac
npm_config_target_arch=x64 yarn

Generate code

yarn gen

Package Sidebar

Install

npm i @shinshin86/ft-js

Weekly Downloads

2

Version

0.0.6

License

MIT

Unpacked Size

37 kB

Total Files

13

Last publish

Collaborators

  • shinshin86