Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Latest commit

 

History

History

abell-source-devto

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

abell-source-devto

EXPERIMENTAL dev.to source plugin for Abell

Usage

Don't really use this yet, it is nowhere close to stable and neither Abell's plugin system is.

But here's a documentation if you want to play around it (Actually Don't)

npm install --save-dev abell-source-devto
// In abell.config.js
module.exports = {
  plugins: ['abell-source-devto'],
  globalMeta: {
    // ...
    devMeta: {
      username: 'saurabhdaware',
      articleCount: 4
    }
  }
}