Skip to content

⚙️ Simple node tool that takes a .txt file that contains objects and properly capitalize names in it.

Notifications You must be signed in to change notification settings

sam-pop/Obj-nameCapitalizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Obj-nameCapitalizer

This simple node tool takes a .txt file that contains objects and properly capitalize names in it.

Outputs a new converted .txt file.

Built to be used with my randsGenerator tool (but not only! feel free to tweak it for any use).

Example

Will convert the line name: 'john doe', to name: 'John Doe',

How to use

Run node nameCapitalizer.js <input> command to convert the input file.

node nameCapitalizer.js example.txt will use the example.txt file and output a new converted_example.txt file.

What I used

This simple tool was build using node.JS.

About

⚙️ Simple node tool that takes a .txt file that contains objects and properly capitalize names in it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published