Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chitoku-k/libstring
- Owner: chitoku-k
- License: mit
- Created: 2015-07-20T12:45:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-14T14:38:46.000Z (over 9 years ago)
- Last Synced: 2023-06-02T09:35:15.824Z (over 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
libstring
=========## 機能
- ECMAScript 6 の `String` で新たに使用できるようになる予定の関数を追加
- .NET Framework で使用される数値/日付の書式指定文字列をフォーマットする関数を追加## 使い方
テスト参照## ビルド
### 環境構築
```
$ npm install
$ npm install -g gulp mocha
```### コンパイル
```
$ gulp
```### テスト
```
$ npm test
```