balena-io-modules / scrutinizer

Extract a git repository's metadata relying on open source conventions
Apache License 2.0
8 stars 0 forks source link

readme-plugin: Add motivation && installationSteps parsers #79

Closed dimitrisnl closed 5 years ago

dimitrisnl commented 5 years ago

Change-type: minor

dimitrisnl commented 5 years ago

Test runs for Landr:

{
  installationSteps: {
    headers: [],
    steps: [ [Array], [Array], [Array] ],
    footer: [ [Array] ]
  },
  motivation: [
    'para',
    'Creating a website for a project is hard and time-consuming. ' +
      'Yet, a great\nwebsite is one of the best ways to promote a ' +
      'project. Landr aims to capture our\nexperience presenting a wide ' +
      'variety of open source projects on the web, so\nthat having a ' +
      'website that can compete with your favourite massively popular\n' +
      'open source project is not only possible, but comes with zero ' +
      'overhead.'
  ]
}