Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/albertsmit/ftp

Simple FTP action.
https://github.com/albertsmit/ftp

Last synced: 2 days ago
JSON representation

Simple FTP action.

Awesome Lists containing this project

README

        

# ftp.

A simple `ftp` action that randomly insults your for using ftp.

---

## Package for distribution

GitHub Actions will run the entry point from the action.yml. Packaging assembles the code into one file that can be checked in to Git, enabling fast and reliable execution and preventing the need to check in node_modules.

Actions are run from GitHub repos. Packaging the action will create a packaged action in the dist folder.

Run prepare

```bash
npm run prepare
```

Since the packaged index.js is run from the dist folder.

```bash
git add dist
```