0.4.1 • Published 3 years ago

ftpme v0.4.1

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

FTPme

Uploads Assets (Demos or Documentations) for all your local npm projects to an FTP server.

  • Scans for packages
  • Builds assets
  • Uploads to FTP
  • Store credentials
    • Locally
    • Passwords in macOS Keychain

Installation

npm i -g ftpme

Usage

Navigate to the directory where your projects are located an run:

ftpme

First this will prompt for your credentials to connect to the FTP server. Credentials will be stored locally in case you want to use them again. The password can optionally be stored as well. Then it will scan the current directory for packages (directories containing a package.json file) and prompt for which to consider. Then the dependencies are updated and the desired scripts will be run. Last but not least ftpme will prompt for the folders to be uploaded (scanning up to a depth of two folders) and upload them.

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

5 years ago

0.1.0

5 years ago