Skip to content

Commit

Permalink
better automd and start using .config folder
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Apr 18, 2024
1 parent 8d5f949 commit d62ccfc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .config/automd.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import type { Config } from 'automd'

const config: Config = {
input: ["README.md", "**/*.md"]
}

export default config
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Shelve CLI

<!-- automd:badges color=black license provider=shields name=@shelve/cli -->

[![npm version](https://img.shields.io/npm/v/@shelve/cli?color=black)](https://npmjs.com/package/@shelve/cli)
[![npm downloads](https://img.shields.io/npm/dm/@shelve/cli?color=black)](https://npmjs.com/package/@shelve/cli)

<!-- /automd -->

The Shelve CLI serves as a command-line interface designed for the [Shelve](https://shelve.hrcd.fr/) platform. This tool enables users to authenticate with Shelve, facilitating the seamless transfer of environment variables for project collaboration within a team directly through the terminal interface.

## Installation
Expand Down
5 changes: 2 additions & 3 deletions apps/cli/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Shelve CLI

<!-- automd:badges color=black license provider=shields -->
<!-- automd:badges color=black license provider=shields name=@shelve/cli -->

[![npm version](https://img.shields.io/npm/v/@shelve/cli?color=black)](https://npmjs.com/package/@shelve/cli)
[![npm downloads](https://img.shields.io/npm/dm/@shelve/cli?color=black)](https://npmjs.com/package/@shelve/cli)
[![license](https://img.shields.io/github/license/HugoRCD/shelve?color=black)](https://github.com/HugoRCD/shelve/blob/main/LICENSE)

<!-- /automd -->

Expand Down Expand Up @@ -69,7 +68,7 @@ To start contributing, you can follow these steps:

<!-- /automd -->

<!-- automd:contributors license=Apache author=HugoRCD -->
<!-- automd:contributors license=Apache author=HugoRCD github=HugoRCD/shelve -->

Published under the [APACHE](https://github.com/HugoRCD/shelve/blob/main/LICENSE) license.
Made by [@HugoRCD](https://github.com/HugoRCD) and [community](https://github.com/HugoRCD/shelve/graphs/contributors) 💛
Expand Down

0 comments on commit d62ccfc

Please sign in to comment.