Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 370 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 370 Bytes

Blog posts github repository

Usage

Create new posts by running:

npm run new --name=post-name

Edit the newly creates posts/post-name.md file, commit post changes and push to github in order to publish it to dev.to using Github actions.

Remember to pull afterward in order to collet all the returning post info (such as ID publcation date ecc...).