Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tobua/ftpme

Build and Publish Local npm Package Demos and Docs via FTP
https://github.com/tobua/ftpme

build demo documentation ftp npm publish

Last synced: 2 days ago
JSON representation

Build and Publish Local npm Package Demos and Docs via FTP

Awesome Lists containing this project

README

        



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:

```
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.