1.4.0 • Published 5 years ago

@frontender-magazine/article-builder v1.4.0

Weekly downloads
5
License
CC-BY-4.0
Repository
github
Last release
5 years ago

Transform repo to article

Environment variables

MONGODB_HOST=localhost
MONGODB_PORT=27017
MONGODB_NAME=fm
COLLECTION_NAME=article
ARTICLE_SERVICE=article.frontender.info
PROTOCOL=http://
ORG_NAME=FrontenderMagazine
GITHUB_TOKEN=

Documentation

Table of Contents

ArticleBuilder

Transform repo to html article

Parameters

  • reponame string repository name
  • path string path where article will be created

Examples

(async function(){
   await builder(
     'the-art-of-html-semantics-pt1',
     '../websites/articles/'
   );
 })();