Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redwoodjs/rw-shad
Generate components in your RedwoodJS project
https://github.com/redwoodjs/rw-shad
Last synced: about 1 month ago
JSON representation
Generate components in your RedwoodJS project
- Host: GitHub
- URL: https://github.com/redwoodjs/rw-shad
- Owner: redwoodjs
- License: mit
- Created: 2023-07-23T18:54:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:13:21.000Z (about 2 months ago)
- Last Synced: 2024-10-29T12:15:59.572Z (about 2 months ago)
- Language: TypeScript
- Size: 808 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rw-shad Monorepo
================Welcome to the rw-shad monorepo.
[packages/add](packages/add) is home to the `rw-shad` command line tool. This
tool is used to generate components in your RW project.[packages/setup](packages/setup) is home to the `setup-rw-shad` command line
tool. This tool is used to setup a new RW project with the `rw-shad` commandInstallation
------------To install the `rw-shad` command line tool, run the following command in your RW project:
```
yarn dlx setup-rw-shad
```See the [setup-rw-shad README](packages/setup/README.md) for more information.
Releasing
---------The packages are versioned independently. To release a new version of a package,
go to the package directory and run `yarn release:patch|minor|major`