@bigbinary/neeto-editor 0.3.17 → 0.3.18
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 +3 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
The **neetoEditor** library drives the rich text experience in the [neeto products](https://neeto.com) built at [BigBinary](https://www.bigbinary.com).
|
|
2
2
|
|
|
3
3
|
## Installation
|
|
4
4
|
|
|
@@ -6,9 +6,6 @@
|
|
|
6
6
|
yarn add @bigbinary/neeto-editor
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
-
NeetoUI relies on [TipTap Editor](https://tiptap.dev/) for it's icons.
|
|
10
|
-
Install it by executing following command.
|
|
11
|
-
|
|
12
9
|
## Development
|
|
13
10
|
|
|
14
11
|
Install all the dependencies by executing following command.
|
|
@@ -17,13 +14,12 @@ Install all the dependencies by executing following command.
|
|
|
17
14
|
yarn
|
|
18
15
|
```
|
|
19
16
|
|
|
20
|
-
Running the `yarn start` command starts a
|
|
17
|
+
Running the `yarn start` command starts a React app which resides in `example` folder. Use this application to test out changes.
|
|
21
18
|
|
|
22
19
|
## Building
|
|
23
20
|
|
|
24
|
-
|
|
21
|
+
The neetoEditor package gets auto-published to npm for every new merge to the master branch. You can checkout the `publish` workflow in git actions to get a live update.
|
|
25
22
|
|
|
26
23
|
## Documentation
|
|
27
24
|
|
|
28
25
|
Read the docs here: https://neeto-editor.netlify.app.
|
|
29
|
-
|
package/package.json
CHANGED