@dendronhq/devto-pod
v1.0.3
Published
This pod lets you publish your Dendron notes to dev.to
Downloads
34
Readme
Dev.to Pod
This pod lets you publish your Dendron notes to dev.to
Instructions
Installation
cd {workspace}
npm init -y
npm install -g dendron-cli
npm install --save @dendronhq/devto-podUsage
The below command will publish $FILE_NAME to Dev.To
API_KEY={API_KEY}
FILE_NAME={FNAME}
cd {workspace}
dendron-cli publishPod --wsRoot ~/Dendron --podId dendron.devto --podPkg @dendronhq/devto-pod --podSource remote --config fname=$FILE_NAME,vaultName=vault,dest=stdout,apiKey=$API_KEYConfiguration
- apiKey: the API Key of your dev.to account. You can follow the instructions here to get it
Metadata
- title: string
- source: frontmatter, title field
- note title
- tags?: string[];
- source: frontmatter,
tagsfield
- source: frontmatter,
- canonical_url?: string;
- source:
dendron.yml, obtained fromsite.site_url
- source:
