Skip to content

Commit 6d70bef

Browse files
committed
- Use PNPM
- Remove blog functionality - Add new plugins - Bump package.json version
1 parent 15c818e commit 6d70bef

File tree

9 files changed

+2149
-5142
lines changed

9 files changed

+2149
-5142
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 1.3.14 - 2025-10-01
6+
- Added Signoz plugin
7+
- Added Paddle plugin
8+
59
## 1.3.11 - 2024-08-16
610
- Added analytics plugins to the Remix Supabase kit
711

README.md

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This ensures that you always run the latest version of the CLI.
1818

1919
### Some commands require a Makerkit repository
2020

21-
Commands that interact with the repository (plugins, i18n, blog) must be
21+
Commands that interact with the repository (plugins, i18n) must be
2222
launched from the root of the repository, as they will read and write files
2323
from the codebase.
2424

@@ -114,7 +114,9 @@ This command will prompt you to select a plugin to update. Once selected, the pl
114114

115115
## i18n
116116

117-
The CLI can help you manage your i18n files. You can translate from a locale
117+
The CLI can help you manage your i18n files.
118+
119+
You can translate from a locale
118120
to another (requires an OpenAI key), and verify that your translations are
119121
in sync between each other.
120122

@@ -138,27 +140,4 @@ To verify that your i18n files are in sync, you can use the `i18n verify` comman
138140
> npx @makerkit/cli@latest i18n verify <base-locale>
139141
```
140142

141-
If you omit the `base-locale` argument, the command will use `en` as the base.
142-
143-
## Blog
144-
145-
The CLI can help you generate your blog posts.
146-
147-
NB: this command requires you to setup an OpenAI key.
148-
149-
### Generating a new blog post
150-
151-
To generate a new blog post, you can use the `blog generate` command:
152-
153-
```
154-
> npx @makerkit/cli@latest blog generate
155-
```
156-
157-
You will be prompted to enter the following information:
158-
1. **Title**: The title of the blog post
159-
2. **Category**: The category of the blog post. At this time, this file
160-
needs to exist in
161-
your Makerkit repository. You can create it later.
162-
3. **Word Count**: The target word count of the blog post.
163-
4. **Prompt**: Any additional information you want to add to the prompt
164-
(optional).
143+
If you omit the `base-locale` argument, the command will use `en` as the base.

0 commit comments

Comments
 (0)