Skip to content

Commit

Permalink
chore: document solid-start driver
Browse files Browse the repository at this point in the history
  • Loading branch information
sandulat committed Jan 17, 2023
1 parent 68625dc commit bf03ad3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<p align="center">
<a href="https://www.npmjs.com/package/routes-gen"><img src="https://img.shields.io/npm/v/routes-gen?color=%236A3C8F&label=routes-gen" alt="routes-gen"></a>
<a href="https://www.npmjs.com/package/@routes-gen/remix"><img src="https://img.shields.io/npm/v/@routes-gen/remix?color=%236A3C8F&label=@routes-gen/remix" alt="@routes-gen/remix"></a>
<a href="https://www.npmjs.com/package/@routes-gen/solid-start"><img src="https://img.shields.io/npm/v/@routes-gen/solid-start?color=%236A3C8F&label=@routes-gen/solid-start" alt="@routes-gen/solid-start"></a>
<a href="https://github.com/sandulat/routes-gen/blob/main/LICENSE.md"><img src="https://img.shields.io/github/license/sandulat/routes-gen?color=%236A3C8F" alt="License"></a>
<a href="https://twitter.com/sandulat"><img src="https://img.shields.io/twitter/follow/sandulat?label=Twitter" alt="Twitter"></a>
</p>
Expand All @@ -25,9 +26,10 @@ yarn add routes-gen

The generator works with "drivers", which are route parsers for different frameworks.

| Driver | Installation |
|---------------------------------------------|---------------------------------|
| [Remix](https://github.com/remix-run/remix) | `yarn add @routes-gen/remix` |
| Driver | Installation |
|------------------------------------------------------|------------------------------------|
| [Remix](https://github.com/remix-run/remix) | `yarn add @routes-gen/remix` |
| [SolidStart](https://github.com/solidjs/solid-start) | `yarn add @routes-gen/solid-start` |

## Usage Example

Expand Down
6 changes: 6 additions & 0 deletions packages/routes-gen-solid-start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# @routes-gen/solid-start

## 0.1.0

### Minor Changes

- Implemented solid-start driver.
4 changes: 2 additions & 2 deletions packages/routes-gen-solid-start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@routes-gen/routes-gen-solid-start",
"version": "0.0.1",
"name": "@routes-gen/solid-start",
"version": "0.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit bf03ad3

Please sign in to comment.