esmate 1.0.5 โ 1.0.6
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 +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
# esmate
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
linting, and running custom task sequences.
|
|
3
|
+
[esmate](https://github.com/viendinhcom/esmate) is a lightweight CLI tool designed to simplify common
|
|
4
|
+
JavaScript/TypeScript project tasks like formatting, linting, and running custom task sequences. If you are familiar
|
|
5
|
+
with Deno, you will be happy with esmate.
|
|
5
6
|
|
|
6
7
|
- ๐งน Lint with ESLint
|
|
7
8
|
- ๐ง Format code with Prettier
|
|
8
|
-
- ๐ ๏ธ Define and run custom
|
|
9
|
+
- ๐ ๏ธ Define and run custom tasks (series and parallel)
|
|
9
10
|
- โก Fast and minimal configuration
|
|
10
11
|
|
|
11
12
|
## Usage
|