Skip to content

MethodGrab/atom-underscore-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atom-underscore-string Build Status

apm

Wraps underscore.string’s string manipulation functions for use in Atom.

Getting Started

Install the package with apm install underscore-string

Keybindings

There are no default keybindings but you can add your own by editing your keymap.cson file, eg:

'atom-workspace':
  'ctrl-alt-s': 'underscore-string:slugify'

API

The following underscore.string methods are currently available:

  • camelize
  • capitalize
  • chars
  • classify
  • clean
  • cleanDiacritics
  • dasherize
  • decapitalize
  • escapeHTML
  • escapeRegExp
  • humanize
  • lines
  • ltrim
  • pred
  • quote
  • reverse
  • rtrim
  • slugify
  • stripTags
  • succ
  • swapCase
  • titleize
  • toNumber
  • trim
  • underscored
  • unescapeHTML
  • unquote
  • word

About

Wraps underscore.string’s string manipulation functions for use in Atom

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •