croct 0.12.15 → 0.14.0
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 -3
- package/index.js +826 -172
- package/package.json +5 -63
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ For more information, visit our [official documentation](https://docs.croct.com/
|
|
|
42
42
|
|
|
43
43
|
## Documentation
|
|
44
44
|
|
|
45
|
-
Visit our [official documentation](https://docs.croct.com/reference/
|
|
45
|
+
Visit our [official documentation](https://docs.croct.com/reference/cli/installation).
|
|
46
46
|
|
|
47
47
|
## Support
|
|
48
48
|
|
|
@@ -52,8 +52,8 @@ Join our official [Slack channel](https://croct.link/community) to get help from
|
|
|
52
52
|
|
|
53
53
|
Contributions are always welcome!
|
|
54
54
|
|
|
55
|
-
- Report any bugs or issues on the [issue tracker](https://github.com/croct-tech/
|
|
56
|
-
- For major changes, please [open an issue](https://github.com/croct-tech/
|
|
55
|
+
- Report any bugs or issues on the [issue tracker](https://github.com/croct-tech/cli/issues).
|
|
56
|
+
- For major changes, please [open an issue](https://github.com/croct-tech/cli/issues) first to discuss what you would like to change.
|
|
57
57
|
- Please make sure to update tests as appropriate. Run tests with `npm test`.
|
|
58
58
|
|
|
59
59
|
## License
|