MCPcopy Index your code
hub / github.com/dleitee/strman

github.com/dleitee/strman @v2.0.1 sqlite

repository ↗ · DeepWiki ↗ · release v2.0.1 ↗
21 symbols 62 edges 212 files 0 documented · 0% 1 cross-repo links
README

Build Status Coverage Status Code Climate

A Javascript string manipulation library.

Install

strman v2.0.0 is available on npm/yarn:

npm install strman --save
yarn add strman

Documentation

https://dleitee.github.io/strman/

Usage

With ES6/import

import { slugify } from 'strman'

const  title = "A Javascript string manipulation library.";
slugify(title);
// => "a-javascript-string-manipulation-library"

With require

const slugify = require('strman').slugify;

const title = 'A Javascript string manipulation library.'
slugify(title)
// => "a-javascript-string-manipulation-library"

Credits

Contributing

Want to contribute? Follow these recommendations.

LICENSE

The MIT License (MIT)

Copyright (c) 2015 Daniel Leite de Oliveira

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Core symbols most depended-on inside this repo

k
called by 15
docs/scripts/prettify/prettify.js
rightPad
called by 13
src/rightpad.js
u
called by 11
docs/scripts/prettify/prettify.js
containsAll
called by 10
src/containsall.js
countSubstr
called by 9
src/countsubstr.js
shuffle
called by 9
src/shuffle.js
containsAny
called by 8
src/containsany.js
x
called by 5
docs/scripts/prettify/prettify.js

Shape

Function 21

Languages

TypeScript100%

Modules by API surface

docs/scripts/prettify/prettify.js14 symbols
src/endswith.js2 symbols
src/shuffle.js1 symbols
src/rightpad.js1 symbols
src/countsubstr.js1 symbols
src/containsany.js1 symbols
src/containsall.js1 symbols

Used by 1 indexed graphs manifest dependencies, hub-wide

Dependencies from manifests, versioned

babel-cli6.26.0 · 1×
babel-core6.7.6 · 1×
babel-eslint7.1.1 · 1×
babel-istanbul0.8.0 · 1×
babel-jest19.0.0 · 1×
babel-plugin-add-module-exports0.2.1 · 1×
babel-plugin-external-helpers6.22.0 · 1×
babel-plugin-transform-remove-import1.0.0 · 1×
babel-plugin-transform-remove-strict-mode0.0.2 · 1×
babel-preset-es20156.6.0 · 1×
babel-preset-flow6.23.0 · 1×
babel-preset-stage-06.22.0 · 1×

For agents

$ claude mcp add strman \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact