javaprompt
v1.0.3
Published
The javaprompt package which includes several dynamic input functions created by upsided.
Downloads
4
Readme
javaprompt
The javaprompt package which includes several dynamic input functions created by upsided.
Installation
npm i javaprompt
yarn add javaprompt
pnpm add javaprompt
History
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.ts
file which has the readline instance and configuration.
1.0.1
- Added
boolean
type toinput
command.- Input has to be
t
,f
,true
orfalse
- Input has to be
1.0.2
- Added
float
type toinput
command. -Input has to be a floating-point number.
1.0.3
Added
array
type toinput
command.- values separated by comma
Added
set
type toinput
command.- key: value pairs separated by comma