@wpmoo/toolkit 0.9.7 → 0.9.8
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
[](https://github.com/wpmoo-org/wpmoo-toolkit/actions/workflows/ci.yml) [](https://github.com/wpmoo-org/wpmoo-toolkit) [](https://www.npmjs.com/package/@wpmoo/toolkit) [](https://codecov.io/gh/wpmoo-org/wpmoo-toolkit) [](LICENSE) [](https://github.com/wpmoo-org/wpmoo-toolkit) [](https://www.buymeacoffee.com/cangir) [](https://www.patreon.com/wpmoo)
|
|
4
4
|
|
|
5
5
|
# WPMoo Toolkit
|
|
6
6
|
|
|
@@ -12,7 +12,7 @@ WPMoo Toolkit is an independent project and is not affiliated with, endorsed by,
|
|
|
12
12
|
|
|
13
13
|
## Why WPMoo Exists
|
|
14
14
|
|
|
15
|
-
Odoo development has good building blocks. Docker Compose is familiar. OCA conventions are strong.
|
|
15
|
+
Odoo development has good building blocks. Docker Compose is familiar. OCA conventions are strong. The wider ecosystem has helped many teams think more clearly about Odoo infrastructure.
|
|
16
16
|
|
|
17
17
|
What we kept missing was a smaller, local-first workflow tool.
|
|
18
18
|
|