GithubHelp home page GithubHelp logo

readmegen's Introduction

README generator

WeSupportUkraine

About

This is a simple templating method that allows us to standardize way to create README.md in our organization. Idea was taken from cloudposse and them build-harness.

License

License: GPL v3

GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

Authors

Variables

Name "" Main pretty name of repository
repo_name ""
repo_url "" Url to repository
license GPLv3 License Type. Available licenses: APACHE2, CC-BY-NC-SA-4.0, MIT, ISC, GPLv3.
logo "" Logo from url that will be added under name of repository in README file
badges [{}] Array with badges will be added on the same line with name of repository in README file.
includes [] List of path to extra RAW markdown files that be included
references [] List of reference links to generate a shortcut in the format [1..n]
authors [{}] List of authors. Contributes at this moment you can add by includes block from external markdown file.
context [] block of text with multiple lines
references [] List of references links list, generated with integer indexes from 1..n to easy manage links on context. Always predefinied link is a [repo_url].
deprecated "" this flag accept all content. This is no metter, if script find this flag, will add infromation about deprecation.

Requirements

Examples

This README.md was generated by this script with above configuration:

{
  "name": "README generator",
  "repo_url": "https://github.com/InfrastrukturaIT/readmegen",
  "license": "GPLv3",
  "includes": [
    "docs/vars.md",
    "docs/requirements.md"
  ],
  "badges": [
    {
      "name": "WeSupportUkraine",
      "image": "https://raw.githubusercontent.com/Infrastrukturait/WeSupportUkraine/main/banner.svg",
      "url": "https://github.com/Infrastrukturait/WeSupportUkraine"
    }
  ],
  "authors": [
    {
      "name": "Rafał Masiarek",
      "email": "[email protected]",
      "github": "rafalmasiarek",
      "website": "https://masiarek.pl"
    }
  ],
  "context": [
  "## About\n",
  "This is a simple templating method that allows us to standardize way to create README.md in our organization.",
  "Idea was *taken* from [cloudposse][1] and them [build-harness][2]."
  ],
  "references": [
    "https://cloudposse.com",
    "https://github.com/cloudposse/build-harness"
  ]
}

readmegen's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.