facial_terminal
v1.0.1
Published
This is a Script for simple usage and manage of Identica S.A Facial Terminals.
Downloads
1
Readme
CLI-NODE
This is a Script for simple usage and manage of Identica S.A Facial Terminals.
Usage and Requirements
Requirements : Node Js version 20 or higher
To run the script execute the following command:
npx facial_terminal
CHANGE VERSION NUMBER
If it is an patch release (small changes) use following:
-- It will increment the last part of version number.npm version patch
If it is a minor release (new features) use following:
-- It will increment the middle part of version number.npm version minor
If it is a major release (major features or major issue fixes) use following:
--It will increment the first part of version number--
npm version major
PUBLISH
npm publish