CLI set of utilities to automate small common everyday tasks operated on strings, arrays and objects.
Orientated towards JavaScript and React development, and still on it's very early stages-
cargo install data-utility-belt
Nothing to see here yet.
Operations performed on arrays.
By default any array passed in will remove duplicate values. ```{bash} $ data-utility-belt array "cli os os cli"
cli, os ```
``{bash}
$ data-utility-belt array "goal={goal} strategy={strategy} idealinfluencer={idealinfluencer}" props_to_array
goal, idealinfluencer, strategy ```
{bash}
data-utility-belt array "
className: `${cbn}__actions__chat`,
entityType: 'deliverable',
entityId: id,
childType: 'campaign',
childKey: campaignId,
chatContext: 'deliverable',
counts: messagesCount,
" object_to_props
{bash}
cargo run -- object --difference "$(cat examples/a.json )" "$(cat examples/b.json )"