deverything 0.3.0 → 0.3.1
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 +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
The promise:
|
|
6
6
|
|
|
7
|
-
- 1️⃣
|
|
8
|
-
- 0️⃣
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
7
|
+
- **1️⃣ package**: say goodbye to lodash, faker, this and that and the other package.
|
|
8
|
+
- **0️⃣ dependencies**: keep it simple and lightweight.
|
|
9
|
+
- **🏆 Pick the best**: the code is minimal and uses the best current practices and is optimized for max performance.
|
|
10
|
+
- **👪🏼 Typescript**: use it, support it and export it.
|
|
11
|
+
- **🌊 Intuitive**: favour always the most intuitive API and common usage, _never_ throw errors unless asked.
|
|
12
|
+
- **🙈 Semantic**: use simple function names that are easy to remember, no complicated options.
|
|
13
13
|
|
|
14
14
|
Contributions always welcome!
|
|
15
15
|
|