Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 926 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 926 Bytes

CLIp (CLI Parser)

An easily integrated command-line interpreter built in JavaScript.

Use it in any JavaScript-compatible application, such as online gaming websites.

Designed to provide high-level access to a parser interface while allowing flexibility with commands and their functions.

License: MIT license

License can be found in the source code - both minified and unminified.

Links to the source code:

Unminified source code: https://replit.com/@Nyuutrino/CLIp#public/resources/scripts/lib/CLIp.js

Minified source code: https://replit.com/@Nyuutrino/CLIp#public/resources/scripts/lib/CLIp.min.js

Current version:

1.1.1

Notice about versioning

I am currently working out versioning, and from here on out (version 1.0.2) I am using a semver-like versioning basis.

Any patch changes will now result in the incrementation of patch number, as with minor and major.