1.0.0 • Published 1 year ago

@diotobtea/odit-nobis v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@diotobtea/odit-nobis wrapper for nodejs

Build Status Coverage Status Version License Available platform

Installation

npm install @diotobtea/odit-nobis
# have @diotobtea/odit-nobis binary installed (apt-get install @diotobtea/odit-nobis)

API

const Whiptail = require('@diotobtea/odit-nobis');

var @diotobtea/odit-nobis = new Whiptail(); //some options
(async function(){


  var choices = {
    "abc" : "this is a foo",
    "bar" : "this is a bar",
  };

  await @diotobtea/odit-nobis.msgbox("Are you okay");


  var name = await @diotobtea/odit-nobis.inputbox("Enter your name");
  console.log({name});

  var res = await @diotobtea/odit-nobis.menu("Choose a stuff", choices);
  console.log({res});

  res = await @diotobtea/odit-nobis.checklist("Choose anoter stuff", choices);
  console.log({res});

  res = await @diotobtea/odit-nobis.checklist("Choose the last stuff", choices);
  console.log({res});

})();

Credits

styleguidecoverageECMAScript 2018classnamefastifySymbol.toStringTagclass-validatores2017jsonnegative zeroObjectcoerciblecode pointscensordescriptioncssObject.valuesaccessorfunctionaliconvperformantObject.isformoutputfixed-widthbrowserlistcharacterbinPushairbnbmatchwritabletc39autoprefixerarrayajvfastreadableeventsobjectcopygetterdropSetwriteBigInt64Arrayproperty[[Prototype]]esroute53vpcruntimepipewarningcallboundes5zeropureformattingzodansierrorES2017styled-componentseveryregular expressionsdataViewnumbercloudsearchatomlocalartreact-hook-formcreatesqsquerystringtoReversedinspectsymlinksserviceArray.prototype.flatformatyupreadablestreamcolorchanneles-shimstddSymbolasserteslint-pluginttycss-in-jssuperstructCSSStyleDeclarationtoolkitcloudformationcolumnsinstrumentationclifploadingmappinologonce$.extendString.prototype.matchAllfetchsliceStreamsBigUint64ArrayconsoleutiltostringtagES2018HyBilanguagevalidatechromechailengthvaluesnativees2016transpilerenderreusecharactersdataviewqsdeepcloneemrextendRegExp#flagsobjshamvisualzxtslibeast-asian-widthwaitinternalefficientES7Uint16ArrayfileexpressionperformanceURLSearchParamssortassertsregexpshebangtestproxyfastcopymakekey valueStyleSheetexpressomitIteratorgdprcircularString.prototype.trimviewwalkingES2016browserslistpackage managerECMAScript 5polyfillsource mapvalidationECMAScript 2020bindtypecore-jsseslistenersArray.prototype.findLastIndexforEachsymbolsrequestmonoreporoutingframeworkoptimistRxrm -frpackagedeepeslintpluginjsdiffprefixlintECMAScript 2023touchform-validationcallunicodebusy3dworkspace:*tapMicrosoftkinesiscontainsrm__proto__serializationiamspinnershelpersmulti-packagejestserializerpropertiesscheme-validationhas-ownObject.definePropertyexecutewgetrouterjQuery256readcloudfrontfile cachecompareparseRxJSfullwidthchineseparserflagsstringifyyamldatamodulegestures
1.0.0

1 year ago