swig-inflections
Use i functions as swig filters.
Install
npm install --save swig-inflections
Usage
var swigInflections = swig = //Add all i functionsswigInflections //Add only one i functionswigInflections //Add multiple i functionsswigInflections
Now you can use the i functions as a swig filter.
<p class="cup">{{ cups|singularize }}</p>