UNPKG

rusn

Version:

Small library without deps for getting russian text with singular and plural forms

17 lines (11 loc) 273 B
DENO := deno tests: clean fmt-check $(DENO) test --coverage=cov_profile *.test.mjs tests-cov: tests $(DENO) coverage cov_profile --lcov > cov_profile/cov.lcov fmt: $(DENO) fmt rusn.mjs tests fmt-check: $(DENO) fmt rusn.mjs tests --check clean: rm -rf cov_profile