Skip to content

Commit

Permalink
build: add readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Mar 30, 2022
1 parent 778a57d commit da3846f
Show file tree
Hide file tree
Showing 9 changed files with 148 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .changeset/metal-kids-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@suid/base": patch
"@suid/css": patch
"@suid/icons-material": patch
"@suid/material": patch
"@suid/site": patch
"@suid/system": patch
"@suid/types": patch
"@suid/utils": patch
---

Add readme file
17 changes: 17 additions & 0 deletions packages/base/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @suid/base

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/swordev/suid/CI) ![npm (scoped)](https://img.shields.io/npm/v/@suid/base?label=@suid/base)

## Installation

```sh
npm install @suid/base
```

## Documentation

https://suid.io

## License

Distributed under the MIT License. See LICENSE for more information.
17 changes: 17 additions & 0 deletions packages/css/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @suid/css

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/swordev/suid/CI) ![npm (scoped)](https://img.shields.io/npm/v/@suid/css?label=@suid/css)

## Installation

```sh
npm install @suid/css
```

## Documentation

https://suid.io

## License

Distributed under the MIT License. See LICENSE for more information.
17 changes: 17 additions & 0 deletions packages/icons-material/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @suid/icons-material

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/swordev/suid/CI) ![npm (scoped)](https://img.shields.io/npm/v/@suid/icons-material?label=@suid/icons-material)

## Installation

```sh
npm install @suid/icons-material
```

## Documentation

https://suid.io

## License

Distributed under the MIT License. See LICENSE for more information.
17 changes: 17 additions & 0 deletions packages/material/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @suid/material

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/swordev/suid/CI) ![npm (scoped)](https://img.shields.io/npm/v/@suid/material?label=@suid/material)

## Installation

```sh
npm install @suid/material
```

## Documentation

https://suid.io

## License

Distributed under the MIT License. See LICENSE for more information.
17 changes: 17 additions & 0 deletions packages/site/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @suid/site

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/swordev/suid/CI) ![npm (scoped)](https://img.shields.io/npm/v/@suid/site?label=@suid/site)

## Installation

```sh
npm install @suid/site
```

## Documentation

https://suid.io

## License

Distributed under the MIT License. See LICENSE for more information.
17 changes: 17 additions & 0 deletions packages/system/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @suid/system

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/swordev/suid/CI) ![npm (scoped)](https://img.shields.io/npm/v/@suid/system?label=@suid/system)

## Installation

```sh
npm install @suid/system
```

## Documentation

https://suid.io

## License

Distributed under the MIT License. See LICENSE for more information.
17 changes: 17 additions & 0 deletions packages/types/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @suid/types

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/swordev/suid/CI) ![npm (scoped)](https://img.shields.io/npm/v/@suid/types?label=@suid/types)

## Installation

```sh
npm install @suid/types
```

## Documentation

https://suid.io

## License

Distributed under the MIT License. See LICENSE for more information.
17 changes: 17 additions & 0 deletions packages/utils/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @suid/utils

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/swordev/suid/CI) ![npm (scoped)](https://img.shields.io/npm/v/@suid/utils?label=@suid/utils)

## Installation

```sh
npm install @suid/utils
```

## Documentation

https://suid.io

## License

Distributed under the MIT License. See LICENSE for more information.

0 comments on commit da3846f

Please sign in to comment.