@jsenv/core 38.4.9 → 38.4.11
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 +5 -5
- package/dist/jsenv_core.js +741 -685
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
# @jsenv/core [](https://www.npmjs.com/package/@jsenv/core)
|
|
2
2
|
|
|
3
|
-
Jsenv is a
|
|
4
|
-
It favors standards and simplicity.
|
|
3
|
+
Jsenv is a suite of tools that can be used in projects involving JavaScript.
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
The core tools provided by jsenv:
|
|
5
|
+
`@jsenv/core` goal is too provide the following tools:
|
|
9
6
|
|
|
10
7
|
1. **dev server**; a server for source files
|
|
11
8
|
2. **build**; generate an optimized version of source files into a directory
|
|
12
9
|
3. **build server**; a server for build files
|
|
13
10
|
4. **test runner**; execute all test files at once
|
|
14
11
|
|
|
12
|
+
It favors standards and simplicity.
|
|
13
|
+
As a result it can be enjoyed by people without much experience in tooling or seeking for simple tools without hidden complexities
|
|
14
|
+
|
|
15
15
|
[Link to documentation](<https://github.com/jsenv/core/wiki/A)-directory-structure>)
|
|
16
16
|
|
|
17
17
|
# The best parts
|