@docuninja/builder2.0 0.0.72 → 0.0.73
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 -29
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,32 +1,7 @@
|
|
|
1
|
-
#
|
|
1
|
+
# @docuninja/builder2.0
|
|
2
2
|
|
|
3
|
-
This is
|
|
3
|
+
This is a closed-source package. The npm package contains only precompiled/bundled code.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Source code is not publicly available.
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
```bash
|
|
10
|
-
npm i
|
|
11
|
-
npm run dev
|
|
12
|
-
```
|
|
13
|
-
|
|
14
|
-
To build and distribute the package:
|
|
15
|
-
|
|
16
|
-
```bash
|
|
17
|
-
npm run build
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
`dist/` folder will contain distributable file as well as type declaration. Final output is tree shaken, without runtime dependencies (react, react-dom, react/jsx-runtime).
|
|
21
|
-
|
|
22
|
-
At the moment, we should target React 18, since we want to maintain high compat with main Invoice Ninja app.
|
|
23
|
-
|
|
24
|
-
### Formatting
|
|
25
|
-
|
|
26
|
-
```
|
|
27
|
-
npm run format
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
Notes:
|
|
31
|
-
- Please stick to strict TypeScript.
|
|
32
|
-
- Make sure code builds before you push.
|
|
7
|
+
For all necessary information, contact us at [docuninja.co](https://docuninja.co).
|