https://github.com/lukekarrys/drafts-scripts
My Drafts scripts
https://github.com/lukekarrys/drafts-scripts
Last synced: 3 months ago
JSON representation
My Drafts scripts
- Host: GitHub
- URL: https://github.com/lukekarrys/drafts-scripts
- Owner: lukekarrys
- Created: 2018-07-29T22:45:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T01:03:19.000Z (about 4 years ago)
- Last Synced: 2025-03-24T20:03:27.880Z (3 months ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- 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