We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thinking about how to extend dev-to-git so that it can automatically create an article without the manual step of going to dev.to
dev-to-git create-article "My amazing new blog post"
I've raised #7 to better help with the creation of more complicated CLI commands
basically the way I see this working is
By inserting the id into the frontmatter, this gives us the ability to update the article by simply reading the markdown file to be published.
The text was updated successfully, but these errors were encountered:
sounds like a good idea 👍
Sorry, something went wrong.
No branches or pull requests
Thinking about how to extend dev-to-git so that it can automatically create an article without the manual step of going to dev.to
proposed command
dev-to-git create-article "My amazing new blog post"I've raised #7 to better help with the creation of more complicated CLI commands
basically the way I see this working is
By inserting the id into the frontmatter, this gives us the ability to update the article by simply reading the markdown file to be published.
The text was updated successfully, but these errors were encountered: