Skip to content

Java properties file parser and formatter for Javascript.

License

Notifications You must be signed in to change notification settings

mdvorak/js-java-properties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5438dd3 · Apr 2, 2023

History

12 Commits
Mar 17, 2023
Apr 2, 2023
Apr 2, 2023
Mar 18, 2023
Mar 18, 2023
Mar 17, 2023
Mar 18, 2023
Mar 18, 2023
Mar 18, 2023
Mar 17, 2023
Mar 17, 2023
Mar 18, 2023
Mar 18, 2023
Mar 18, 2023
Mar 17, 2023
Mar 18, 2023

Repository files navigation

js-java-properties

Java properties file parser and formatter for Javascript.

Intended mostly for the tools that need to modify existing property file, without reformatting the contents. That is achieved by using string array as a backing storage. If you want only to read the properties, you might convert it to Map using toMap(...) function.

Warning: Currently this parser does not support UTF-8 character escaping. If you want that feature, please open an issue.

Usage

TODO

npm install js-java-properties

Development

TODO

Publishing

TODO