0.1.16 • Published 10 years ago

delatinise-cli v0.1.16

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.15

10 years ago

0.1.14

10 years ago

0.1.13

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago