Skip to content

Commit f5b7563

Browse files
committed
chore: update readme and lerna json
1 parent 9c9b1e4 commit f5b7563

File tree

2 files changed

+28
-7
lines changed

2 files changed

+28
-7
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<h3 align="center">
1515
> 𝙱𝚞𝚒𝚕𝚍 𝚖𝚘𝚍𝚎𝚛𝚗 𝚌𝚘𝚖𝚖𝚊𝚗𝚍-𝚕𝚒𝚗𝚎 𝚊𝚙𝚙𝚜_
1616
</h3>
17+
1718
<p align="center">
1819
<span>
1920
<a href="https://lesyjs.io/">Website</a>
@@ -23,7 +24,20 @@
2324
<a href="https://codesandbox.io/s/lesy-pilot-playground-hzjgw?file=/src/index.js">Playground</a>
2425
</span>
2526
</p>
27+
28+
<h1></h1>
2629
<br/>
30+
<p align="center">
31+
32+
<img src="https://img.shields.io/coveralls/github/lokesh-coder/lesyjs?color=4a5874&labelColor=d5695f&style=flat-square"/>
33+
<img src="https://img.shields.io/github/workflow/status/lokesh-coder/lesyjs/Release?color=4a5874&labelColor=d5695f&style=flat-square"/>
34+
<img src="https://img.shields.io/npm/v/@lesy/core?color=4a5874&labelColor=d5695f&style=flat-square"/>
35+
<img src="https://img.shields.io/bundlephobia/minzip/@lesy/core?color=4a5874&labelColor=d5695f&label=core%20size%20&style=flat-square"/>
36+
<img src="https://img.shields.io/npm/dt/lesy?color=4a5874&labelColor=d5695f&style=flat-square"/>
37+
<img src="https://img.shields.io/twitter/follow/lesyjs?color=4a5874&labelColor=d5695f&style=flat-square"/>
38+
39+
</p>
40+
2741
<h1></h1>
2842

2943
## What is Lesy JS
@@ -74,8 +88,8 @@ Lesy can be installed from Lesy CLI or manually.
7488
Install `@lesy/compiler` via `npm` or `yarn`
7589

7690
```shell
77-
mkdir my-cli && cd my-cli
78-
npm install @lesy/compiler
91+
> mkdir my-cli && cd my-cli
92+
> npm install @lesy/compiler
7993
```
8094

8195
Then create a index file and add the below code
@@ -90,7 +104,7 @@ Lesy can be installed from Lesy CLI or manually.
90104
```
91105

92106
```shell
93-
./index hello
107+
> ./index hello
94108
```
95109

96110
## Lesy core parts

lerna.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,19 @@
1111
"command": {
1212
"bootstrap": {
1313
"ignore": "@lesy/lesy-pilot-ui",
14-
"npmClientArgs": [
15-
"--no-package-lock"
16-
]
14+
"npmClientArgs": ["--no-package-lock"]
1715
},
1816
"version": {
19-
"message": "chore(release): 🎉 publish %s"
17+
"message": "chore(release): 🎉 publish %s",
18+
"ignoreChanges": [
19+
"./docs/**",
20+
"./benchmark/**",
21+
"/coverage/**",
22+
"**/__fixtures__/**",
23+
"**/__tests__/**",
24+
"**/*.md",
25+
"**/package-lock.json"
26+
]
2027
}
2128
}
2229
}

0 commit comments

Comments
 (0)