Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use json instead markdown generate file #11

Merged
merged 12 commits into from Jun 24, 2022

Conversation

klaufel
Copy link
Member

@klaufel klaufel commented Jun 24, 2022

Proposal to generate the README through a json

The contract

[
  {
    "category": "📗 Empresas de producto", // string
    "companies": [
      {
        "address": "Carr. de Alicante, 215B, Nave 3, 30007 Murcia", // string
        "hasRemoteWork": "FULL", // enum <string>  "NONE" | "FULL" | "FLEX"
        "name": "Carsbater", // string
        "stack": null, // string
        "url": "https://www.carsbarter.es/" // <string>
      },
    ]
  }
]

@klaufel klaufel merged commit 9481ba0 into main Jun 24, 2022
@klaufel klaufel deleted the feat/generate-readme-by-json-file-instead-md branch June 24, 2022 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant