From 540ce53a46bdb3a9352082b8a87d3c706fe1cc9c Mon Sep 17 00:00:00 2001 From: JPDovale Date: Mon, 5 Feb 2024 20:16:50 -0300 Subject: [PATCH] docs: update documentation --- packages/rubyk-cli/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/rubyk-cli/README.md b/packages/rubyk-cli/README.md index 468e5a3..8125915 100644 --- a/packages/rubyk-cli/README.md +++ b/packages/rubyk-cli/README.md @@ -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.