0.0.13 • Published 4 years ago

ltype_string v0.0.13

Weekly downloads
19
License
MIT
Repository
github
Last release
4 years ago

ltype_string npm

Build Status codecov CodeFactor Code size downloads license

(String functions)

User story

  • AS A "JavaScript developer"
  • I WANT TO "Implement string functions"
  • SO THAT I CAN "to ensure quality, maintainability and automatic error free releases"
  • Part of See it Done project.

Build History

Releases: npm Build Status codecov downloads license

Quality: CodeFactor

Known Vulnerabilities dependencies Status

Development: open issues closed issues last commit Maintenance commit activity

Github: code size repo size Github releases HitCount

Version Notes:

  • 0.?.? - Module are still in development. Radical changes may happen. All successful tested commits are released.
  • 1.?.? - Module are in use and breaking changes can be expected. All successful tested commits are released.
  • 2.?.? - Only tagged versions released. Module is regarded stable and in production.

npm

npm i ltype_string -s

yarn

yarn add ltype_string

Usage

Node

const _str = require('ltype_string')

(This README file was generated by https://github.com/perezlamed/lamed_readme)