i18next-cli 1.72.3 → 1.72.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -609,6 +609,8 @@ The command walks through six steps:
609
609
  npx skills add i18next/i18next-cli
610
610
  ```
611
611
 
612
+ [![skills.sh installs](https://www.skills.sh/b/i18next/i18next-cli)](https://www.skills.sh/i18next/i18next-cli)
613
+
612
614
  Then just ask it to *"add i18n to this project"*. See [`skills/i18next-localization`](./skills/i18next-localization/SKILL.md) — it ships in this repo, so it stays version-matched to the commands it drives.
613
615
 
614
616
  **Agent prompt:** the same flow is also available as a copy-paste prompt for AI coding agents (Claude Code, Cursor, …):
package/dist/cjs/cli.js CHANGED
@@ -37,7 +37,8 @@ const program = new commander.Command();
37
37
  program
38
38
  .name('i18next-cli')
39
39
  .description('A unified, high-performance i18next CLI.')
40
- .version('1.72.3'); // This string is replaced with the actual version at build time by rollup
40
+ .version('1.72.4') // This string is replaced with the actual version at build time by rollup
41
+ .addHelpText('after', '\nUsing an AI coding agent? Install the i18next-localization skill: npx skills add i18next/i18next-cli\n');
41
42
  // new: global config override option
42
43
  program.option('-c, --config <path>', 'Path to i18next-cli config file (overrides detection)');
43
44
  program
package/dist/esm/cli.js CHANGED
@@ -31,7 +31,8 @@ const program = new Command();
31
31
  program
32
32
  .name('i18next-cli')
33
33
  .description('A unified, high-performance i18next CLI.')
34
- .version('1.72.3'); // This string is replaced with the actual version at build time by rollup
34
+ .version('1.72.4') // This string is replaced with the actual version at build time by rollup
35
+ .addHelpText('after', '\nUsing an AI coding agent? Install the i18next-localization skill: npx skills add i18next/i18next-cli\n');
35
36
  // new: global config override option
36
37
  program.option('-c, --config <path>', 'Path to i18next-cli config file (overrides detection)');
37
38
  program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "i18next-cli",
3
- "version": "1.72.3",
3
+ "version": "1.72.4",
4
4
  "description": "A unified, high-performance i18next CLI.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1 +1 @@
1
- {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AAqBnC,QAAA,MAAM,OAAO,SAAgB,CAAA;AA0d7B,OAAO,EAAE,OAAO,EAAE,CAAA"}
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AAqBnC,QAAA,MAAM,OAAO,SAAgB,CAAA;AA2d7B,OAAO,EAAE,OAAO,EAAE,CAAA"}