文件名称:ember-pluralize
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-06 19:53:57
JavaScript
多元化 基于计数的单词复数器。 安装 npm install ember-pluralize --save-dev 使用ember-cli: ember install ember-pluralize 用法 {{ pluralize-word 2 " dancing penguins " }} {{! => 2 dancing penguins}} {{ pluralize-word 3 " octopus " }} {{! => 3 octopi}} 通过omitCount=true选项可以打印不带计数的复数单词。 {{ pluralize-word 5 " hamster " omitCount = true }} {{! => hamsters}} 发展 git clone这个仓库 npm install bower install 跑步 ember server
【文件预览】:
ember-pluralize-master
----.gitignore(247B)
----README.md(926B)
----ember-cli-build.js(501B)
----.bowerrc(60B)
----.ember-cli(280B)
----tests()
--------integration()
--------test-helper.js(112B)
--------dummy()
--------unit()
--------.jshintrc(831B)
--------helpers()
--------index.html(960B)
----app()
--------.gitkeep(0B)
--------helpers()
----.jshintrc(518B)
----bower.json(497B)
----package.json(1KB)
----vendor()
--------.gitkeep(0B)
----testem.json(198B)
----index.js(87B)
----config()
--------ember-try.js(863B)
--------environment.js(90B)
----LICENSE.md(1KB)
----addon()
--------.gitkeep(0B)
--------helpers()
----.watchmanconfig(29B)
----.npmignore(160B)
----.travis.yml(846B)
----.editorconfig(543B)