Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertsmit/ftp
Simple FTP action.
https://github.com/albertsmit/ftp
Last synced: 2 days ago
JSON representation
Simple FTP action.
- Host: GitHub
- URL: https://github.com/albertsmit/ftp
- Owner: AlbertSmit
- License: mit
- Created: 2020-10-30T15:07:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T15:50:11.000Z (about 2 years ago)
- Last Synced: 2025-01-16T20:07:58.387Z (25 days ago)
- Language: JavaScript
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```