Skip to content

Commit

Permalink
docs: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JPDovale committed Feb 5, 2024
1 parent d88c180 commit 540ce53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/rubyk-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ export const config: Config = {
};
```

Some of these plugins contain initializers for files that use these plugins. You can initialize them with `npx rubyk startPlugins`, `npx rubyk srtp`, or `npx rubyk sp`.

## Modules

The modules array can be defined as just a string, or as an array containing two strings, with the first being the module name in singular and the second in plural. In the case of a single string, the plural name of the module will be considered as the received value followed by the addition of an 's' at the end.
Expand Down

0 comments on commit 540ce53

Please sign in to comment.