Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chitoku-k/libstring

The JavaScript library that polyfills ES 6 String functions and implements formatting Strings of .NET Framework
https://github.com/chitoku-k/libstring

Last synced: 2 months ago
JSON representation

The JavaScript library that polyfills ES 6 String functions and implements formatting Strings of .NET Framework

Awesome Lists containing this project

README

        

libstring
=========

## 機能
- ECMAScript 6 の `String` で新たに使用できるようになる予定の関数を追加
- .NET Framework で使用される数値/日付の書式指定文字列をフォーマットする関数を追加

## 使い方
テスト参照

## ビルド

### 環境構築
```
$ npm install
$ npm install -g gulp mocha
```

### コンパイル
```
$ gulp
```

### テスト
```
$ npm test
```