mirror of
https://github.com/NaN72dev/kunkun-ext-string-utils.git
synced 2025-04-03 17:56:45 +00:00
feat(docs): added TOTOs
This commit is contained in:
parent
d6d14d167e
commit
e8c16df6fc
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,13 @@
|
||||
# template-ext-string-utils
|
||||
|
||||
## 1.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Add padding command
|
||||
- Update README
|
||||
- Configured GitHub Actions to automatically release new versions on `main` branch
|
||||
|
||||
## 1.0.3
|
||||
|
||||
### Patch Changes
|
||||
@ -23,4 +31,4 @@
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Initial release
|
||||
- Initial release
|
||||
|
39
README.md
39
README.md
@ -7,9 +7,23 @@
|
||||
|
||||
This is an extension for [Kunkun](https://docs.kunkun.sh/) that provides a set of string utility functions.
|
||||
|
||||
Currently supported functions:
|
||||
## Currently supported functions:
|
||||
|
||||

|
||||
### Form
|
||||
- Truncate a string to a maximum length
|
||||
- Pad a string to a maximum length
|
||||
|
||||
### Headless
|
||||
- Convert clipboard text to camelCase
|
||||
- Convert clipboard text to Capitalize text
|
||||
- Convert clipboard text to kebab-case (dash-case)
|
||||
- Convert clipboard text to lower case
|
||||
- Convert clipboard text to snake_case
|
||||
- Convert clipboard text to Start Case
|
||||
- Convert clipboard text to UPPER CASE
|
||||
- Trim the clipboard text
|
||||
- Trim the end of clipboard text
|
||||
- Trim the start of clipboard text
|
||||
|
||||
## Development
|
||||
|
||||
@ -71,7 +85,22 @@ npx kksh@latest verify --publish # Verify some basic settings before publishing
|
||||
|
||||
See [Documentation](https://docs.kunkun.sh/guides/extensions/publish/design/) for more details on how to publish your extension. You will need to publish your extension package to npm or jsr first with GitHub actioin, then register it on Kunkun's website.
|
||||
|
||||
# TODO
|
||||
|
||||
[ ] padding
|
||||
[ ] Truncate
|
||||
# TODO
|
||||
- [ ] RaNdOm CaSE
|
||||
- [ ] Lorem ipsum
|
||||
- [ ] Lorem ipsum (Preferences)
|
||||
- [ ] Repeat
|
||||
- [ ] Replace
|
||||
- [ ] Escape HTML
|
||||
- [ ] Unescape HTML
|
||||
- [ ] URL encode
|
||||
- [ ] URL decode
|
||||
- [ ] Base64 encode
|
||||
- [ ] Base64 decode
|
||||
- [ ] Slash escape
|
||||
- [ ] Slash unescape
|
||||
- [ ] Character count
|
||||
- [ ] Word count
|
||||
- [ ] Reverse
|
||||
- [ ] ROT?
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.kunkun.sh",
|
||||
"name": "kunkun-ext-string-utils",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"license": "MIT",
|
||||
"author": "NaN72dev",
|
||||
"type": "module",
|
||||
|
Loading…
x
Reference in New Issue
Block a user