项目作者: tobua

项目描述 :
Build and Publish Local npm Package Demos and Docs via FTP
高级语言: JavaScript
项目地址: git://github.com/tobua/ftpme.git
创建时间: 2019-01-05T07:59:59Z
项目社区:https://github.com/tobua/ftpme

开源协议:

下载




FTPme

FTPme


FTPme Terminal Demo

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 & Usage

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

  1. npx --yes 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.