text/icscounts lines, words, chars and spaces for a given string π π
npm install texticsconst { lines, words, chars, spaces } = textics(str);const { textics } = require("textics"); const result = textics("you got the power"); expect(result).to.deep.equal({ lines: 1, words: 4, chars: 14, spaces: 3 });-
packageSorter - Sorting packages for monorepos production.
-
builderz - Building your project with zero config.
-
corename - Extracts package name.
-
get-info - Utility functions for projects production.
-
move-position - Moves element in given array form index-A to index-B
npm testThis project is licensed under the GPL-3.0 License