javaprompt
v1.0.3
Published
The javaprompt package which includes several dynamic input functions created by upsided.
Readme
javaprompt
The javaprompt package which includes several dynamic input functions created by upsided.
Installation
npm i javaprompt
yarn add javaprompt
pnpm add javapromptHistory
1.0.0
- Added
input()command.- Supports return types of
string,number, andinteger, any other type selected will show the prompt but return an empty string
- Supports return types of
- Simple
rl.tsfile which has the readline instance and configuration.
1.0.1
- Added
booleantype toinputcommand.- Input has to be
t,f,trueorfalse
- Input has to be
1.0.2
- Added
floattype toinputcommand. -Input has to be a floating-point number.
1.0.3
Added
arraytype toinputcommand.- values separated by comma
Added
settype toinputcommand.- key: value pairs separated by comma
