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

content(addManifest): remove badges from readme #301

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/nasty-grapes-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'add-manifest': patch
---

improved generated README file
11 changes: 1 addition & 10 deletions packages/add-manifest/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,10 @@

<p align='center'>
<strong>A backend so simple that it fits into 1 YAML file</strong>
<br><br>
<a href="https://www.npmjs.com/package/manifest" target="_blank"><img alt="npm" src="https://img.shields.io/npm/v/manifest"></a>
<a href="https://www.codefactor.io/repository/github/mnfst/manifest" target="_blank"><img alt="CodeFactor Grade" src="https://img.shields.io/codefactor/grade/github/mnfst/manifest"></a>
<a href="https://discord.com/invite/FepAked3W7" target="_blank"><img alt="Discord" src="https://img.shields.io/discord/1089907785178812499?label=discord"></a>
<a href="https://opencollective.com/mnfst" target="_blank"><img src="https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg" alt="Support us"></a>
<a href="https://www.codetriage.com/mnfst/manifest" target="_blank"><img alt="CodeTriage" src="https://www.codetriage.com/mnfst/manifest/badges/users.svg"></a>
<a href="https://github.com/mnfst/manifest/blob/develop/LICENSE" target="_blank"><img alt="License MIT" src="https://img.shields.io/badge/licence-MIT-green"></a>
<br>
</p>

## Description

This project was made with [Manifest](https://github.com/mnfst/manifest).
Welcome to your [Manifest](https://github.com/mnfst/manifest) project ! Feel free to replace this README by your own.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/add-manifest/src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export class MyCommand extends Command {
fileContent: settingsJson,
settings: {
'yaml.schemas': {
'https://schema.manifest.build/schema.json': '**/manifest/**/*.yml'
'https://schema.manifest.build/schema.json': '**/manifest/**.yml'
}
}
})
Expand Down