@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.
Files changed (3) hide show
  1. package/README.md +5 -5
  2. package/dist/jsenv_core.js +741 -685
  3. package/package.json +15 -15
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @jsenv/core [![npm package](https://img.shields.io/npm/v/@jsenv/core.svg?logo=npm&label=package)](https://www.npmjs.com/package/@jsenv/core)
2
2
 
3
- Jsenv is a tool to develop test and build projects using JavaScript.
4
- It favors standards and simplicity.
3
+ Jsenv is a suite of tools that can be used in projects involving JavaScript.
5
4
 
6
- As a result it can be enjoyed by people without much experience in tooling or seeking for a simple tool without hidden complexities.
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