0.1.16 • Published 9 years ago

delatinise-cli v0.1.16

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

delatinise-cli

Build Status

A CLI tool to remove accents from text files.

Install this globally and you'll have access to this tool anywhere on your system.

npm install -g delatinise-cli

To run it:

delatinise <path>

The path can be a file or directory. It will create a folder called delatinised and put all processed files in it.

Encoding

delatinise-cli tries to figure out the encoding of the files you want to treat. By default, it converts them to UTF-8, since after the conversion, we don't have accents any more.

Race Conditions

The conversion process, by its nature, is susceptible to race conditions. So it is possible that a file converted by delatinise-cli and put into the delatinised folder may have been deleted or modified by the time the execution is finished.

Note: To execute the accent removal task, we use the string.js latinise() method.

License

Licensed under the MIT license

0.1.16

9 years ago

0.1.15

9 years ago

0.1.14

9 years ago

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago