Naramsim / cli-parser

a simple coding challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cli-parser Node.js CI

https://github.com/wonderflow-bv/cli-args-parser-kata

This repo is intended to solve the above challenge. I opted for two solutions: deps and no-deps. Clearly the goal of the challenge is to see how I appraoach coding a small module. So the challenge is really developed in the no-deps solutions. The deps one is more of a joke.

deps

Uses Yargs and Yargs does it all 😄

no-deps

No dependencies used, read the project's README for further information.

About

a simple coding challenge


Languages

Language:JavaScript 100.0%