Dev.to article puller: devtoarticlator 0.1.0

Steven Schveighoffer schveiguy at gmail.com
Mon Feb 10 02:30:35 UTC 2020


On 2/9/20 8:37 PM, Jesse Phillips wrote:
> I would like to announce a project started with the intention of moving 
> my articles into git. I've been writing[1] about the progress and today 
> I got through pulling all of user articles.
> 
> devtoarticlator 0.1.0[2] will write out you dev.to articles and their 
> Metadata into a folder. The meta is in a separate file allowing for 
> markdown views to format the articles without the Metadata.
> 
> I will be continuing to make progress to publishing and updating articles.
> 
> 1. https://dev.to/jessekphillips/hobby-project-dev-to-api-59ln
> 2. https://code.dlang.org/packages/devarticlator

Very nice!

This makes me sad: 
https://gitlab.com/jessephillips/devarticlator/-/blob/6e791751c17490ebf4930af428bdd2fafa7e9a34/source/util/file.d#L16

But I am working on making iopipe safe. io should already be safe, as 
that was a design goal. There are a few types I have that are not 
templated that need marking (mainly the specialized allocator I made), 
and probably a bunch of other stuff needs some trusted blocks.

-Steve


More information about the Digitalmars-d-announce mailing list