@intlayer/cli 4.0.0 → 4.0.2

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.
Files changed (2) hide show
  1. package/README.md +48 -0
  2. package/package.json +13 -13
package/README.md ADDED
@@ -0,0 +1,48 @@
1
+ <div align="center">
2
+ <a href="https://www.npmjs.com/package/intlayer">
3
+ <img src="https://raw.githubusercontent.com/aymericzip/intlayer/572ae9c9acafb74307b81530c1931a8e98990aef/docs/assets/logo.png" width="500" alt="intlayer" />
4
+ </a>
5
+ </div>
6
+
7
+ <div align="center">
8
+ <a href="https://www.npmjs.com/package/intlayer">
9
+ <img alt="npm" src="https://img.shields.io/npm/v/intlayer.svg?labelColor=49516F&color=8994BC" />
10
+ </a>
11
+ <a href="https://npmjs.org/package/intlayer">
12
+ <img alt="downloads" src="https://badgen.net/npm/dm/intlayer?labelColor=49516F&color=8994BC" />
13
+ </a>
14
+ <a href="https://npmjs.org/package/intlayer">
15
+ <img alt="types included" src="https://badgen.net/npm/types/intlayer?labelColor=49516F&color=8994BC"
16
+ />
17
+ </a>
18
+ </div>
19
+
20
+ # @intlayer/cli: NPM Package to use the scripts provided by the intlayer CLI
21
+
22
+ **Intlayer** is a suite of packages designed specifically for JavaScript developers. It is compatible with frameworks like React, React, and Express.js.
23
+
24
+ The **`@intlayer/cli`** package is a NPM package that is used to declare the script related to the intlayer commands line interfaces. It ensure the uniformity of all intlayer CLI commands. This package is notably consumed by the [intlayer-cli](https://github.com/aymericzip/intlayer/tree/main/docs/en/packages/intlayer-cli/index.md), and the [intlayer](https://github.com/aymericzip/intlayer/tree/main/docs/en/packages/intlayer/index.md) packages.
25
+
26
+ ## Installation
27
+
28
+ Install the necessary package using your preferred package manager:
29
+
30
+ ```bash packageManager="npm"
31
+ npm install @intlayer/cli
32
+ ```
33
+
34
+ ```bash packageManager="pnpm"
35
+ pnpm add @intlayer/cli
36
+ ```
37
+
38
+ ```bash packageManager="yarn"
39
+ yarn add @intlayer/cli
40
+ ```
41
+
42
+ ## Read about Intlayer
43
+
44
+ - [Intlayer Website](https://intlayer.org)
45
+ - [Intlayer Documentation](https://intlayer.org/docs)
46
+ - [Intlayer GitHub](https://github.com/aymericzip/intlayer)
47
+
48
+ - [Ask your questions to our smart documentation](https://intlayer.org/docs/chat)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/cli",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "private": false,
5
5
  "description": "Command Line Interface for IntLayer - CLI process to start the applications server.",
6
6
  "keywords": [
@@ -52,10 +52,10 @@
52
52
  "fast-glob": "^3.3.3",
53
53
  "lodash": "^4.17.21",
54
54
  "p-limit": "^3.1.0",
55
- "@intlayer/api": "4.0.0",
56
- "@intlayer/chokidar": "4.0.0",
57
- "@intlayer/config": "4.0.0",
58
- "@intlayer/dictionaries-entry": "4.0.0"
55
+ "@intlayer/api": "4.0.2",
56
+ "@intlayer/chokidar": "4.0.2",
57
+ "@intlayer/config": "4.0.2",
58
+ "@intlayer/dictionaries-entry": "4.0.2"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/lodash": "^4.17.14",
@@ -68,17 +68,17 @@
68
68
  "tsc-alias": "^1.8.10",
69
69
  "tsup": "^8.3.5",
70
70
  "typescript": "^5.7.3",
71
- "@intlayer/core": "4.0.0",
72
- "@utils/tsup-config": "1.0.4",
73
- "@utils/ts-config-types": "1.0.4",
71
+ "@intlayer/core": "4.0.2",
72
+ "@utils/eslint-config": "1.0.4",
74
73
  "@utils/ts-config": "1.0.4",
75
- "@utils/eslint-config": "1.0.4"
74
+ "@utils/tsup-config": "1.0.4",
75
+ "@utils/ts-config-types": "1.0.4"
76
76
  },
77
77
  "peerDependencies": {
78
- "@intlayer/api": "4.0.0",
79
- "@intlayer/chokidar": "4.0.0",
80
- "@intlayer/config": "4.0.0",
81
- "@intlayer/dictionaries-entry": "^4.0.0"
78
+ "@intlayer/chokidar": "4.0.2",
79
+ "@intlayer/config": "4.0.2",
80
+ "@intlayer/api": "4.0.2",
81
+ "@intlayer/dictionaries-entry": "^4.0.2"
82
82
  },
83
83
  "bug": {
84
84
  "url": "https://github.com/aymericzip/intlayer/issues"