nikaera/Sync Zenn articles to DEV
Just sync Zenn articles to DEV.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | The api_key required to use the DEV API (https://docs.forem.com/api/#section/Authentication) | yes | — |
| username | Zenn user's account name. (Fields to be filled in if canonical url is set.) | no | — |
| title_format | Specify the DEV article title format. (ex. [{type}] {title} {emoji}) {title} is required. {type} and {emoji} are not required. | no | [{type}] {title} {emoji} |
| articles | The directory where Zenn articles are stored. | no | articles |
| update_all | Whether to synchronize all articles. | — | true |
| added_modified_filepath | Synchronize only the articles in the file path divided by line breaks. You can use jitterbit/get-changed-files@v1 to get only the file paths of articles that have changed in the correct format. (https://github.com/jitterbit/get-changed-files) | no | — |
Outputs
| name | description |
|---|---|
| articles | A list of URLs of dev.to articles that have been created or updated |
| newly-sync-articles | File path list of newly synchronized articles. |