• Stars
    star
    2,012
  • Rank 23,009 (Top 0.5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 8 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ—A Javascript string manipulation library.

CircleCI Coverage Status Code Climate Greenkeeper badge

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.

More Repositories

1

valid.js

๐Ÿ“ A library for data validation.
JavaScript
607
star
2

react-fetches

๐Ÿ™React Fetches a new way to make requests into your REST API's.
JavaScript
249
star
3

walletjs

๐Ÿ’ณA little library to handle money amounts.
JavaScript
189
star
4

crates

๐ŸŒŽ A tool to generate your locale files compatible with i18n.
JavaScript
52
star
5

fetches

๐Ÿฆ‘Fetches is a workaround to make requests, in an easy and scalable way.
JavaScript
16
star
6

twitty

A simple but gold Twitter Command Line Client.
JavaScript
14
star
7

ng-clipboard

AngularJS directive to copy or cut text to clipboard without using flash.
JavaScript
10
star
8

gulp-es6

Using gulp with es6
JavaScript
6
star
9

babel-plugin-transform-remove-import

This plugin removes all import calls.
JavaScript
5
star
10

showdeps

A little library to list all imports in a code.
JavaScript
5
star
11

react-cep

Componente em React para acessar api de cep
JavaScript
5
star
12

service-worker-sandbox

My Service Worker Sandbox
JavaScript
3
star
13

babel-plugin-transform-remove-export

This plugin removes all export calls.
JavaScript
2
star
14

api-twitter-example

Testes na plataforma Twitter
JavaScript
2
star
15

formating

A simple library for data format
JavaScript
2
star
16

dleitee.github.io

Meu site pessoal
CSS
1
star
17

design-patterns-features

1
star
18

gulp-with-modules

How to use gulp with modules
JavaScript
1
star
19

tic-tac-toe-server

1
star
20

dotfiles

My dotfiles
Shell
1
star
21

todo-api

JavaScript
1
star
22

gulp-basic

Basic Gulpfile
JavaScript
1
star
23

config-default

My default config
JavaScript
1
star
24

meusalgado

รrea de orรงamento do site Meu Salgado
JavaScript
1
star