@frontender-magazine/article-builder

1.4.0 • Public • Published

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/'
   );
 })();

Readme

Keywords

Package Sidebar

Install

npm i @frontender-magazine/article-builder

Weekly Downloads

1

Version

1.4.0

License

CC-BY-4.0

Unpacked Size

39.9 kB

Total Files

17

Last publish

Collaborators

  • silentimp