Skip to content

OmarOmeiri/cli-select

Repository files navigation

USAGE

import Select from './select';

const stylingTypeSel = new Select({
  question: 'Which styling do you want?',
  options: ['CSS', 'SASS', 'SCSS', 'LESS'],
  answers: ['css', 'sass', 'scss', 'less'],
  pointer: '-',
  color: 'red',
  textColor: 'magenta',
});

stylingTypeSel.start();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages