Socket
Socket
Sign inDemoInstall

assemble-index-json

Package Overview
Dependencies
50
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    assemble-index-json

index generator for assemble


Version published
Weekly downloads
5
increased by25%
Maintainers
1
Install size
2.64 MB
Created
Weekly downloads
 

Readme

Source

assemble-index-json

npm version travis dependencies devDependencies License

assemble index generator

Install

$ npm i --save-dev assemble-index-json

Register

assemble: {
  options: {
    plugins: ['assemble-index-json']
  }
}

options

assemble: {
  options: {
    plugins: ['assemble-index-json'],
    indexJson: {
      jsonPath: './index.json',
      availables: [
        'title'
      ],
      excludes: ['./src/pages/index.hbs']
    }
  }
}

jsonPath

Path to a json is generated from this plugin.

availables

Data list that you want to retrieve from page data.

excludes

Glob patterns of src files that you want to exclude from index.

License

MIT

Keywords

FAQs

Last updated on 09 Nov 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc