Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukekarrys/drafts-scripts
My Drafts scripts
https://github.com/lukekarrys/drafts-scripts
Last synced: 16 days ago
JSON representation
My Drafts scripts
- Host: GitHub
- URL: https://github.com/lukekarrys/drafts-scripts
- Owner: lukekarrys
- Created: 2018-07-29T22:45:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T01:03:19.000Z (over 3 years ago)
- Last Synced: 2024-10-20T14:33:26.009Z (17 days ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drafts-scripts
## Usage
1. Install, Build, and Copy Files
```sh
git clone [email protected]:lukekarrys/drafts-scripts.git
cd drafts-scripts
npm install
npm run build
npm run copy # Copies to a directory in iCloud Drive
```2. Import file as an `Script` step inside an Action
## Development
This will run a watch command which will build, test, and copy each script.
```sh
npm run watch
```## LICENSE
MIT