Skip to content

My own NodeJS utilities / recipes / sandboxing collection library.

License

Notifications You must be signed in to change notification settings

ramesaliyev/aloy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aloy

Aloy Downloads

Aloy, she is great. She is capable of everything. So i named my own zero-dep (for now atleast) NodeJS utilities / recipes /sandbox repo after her. I dont have idea why would anyone other than me want to use this, but if you want for some reason; use tests as documentation.

Table of Contents

  • utils
    • cli
      • argv.parseArgv: cli argument parser, my own 80 line alternative for minimist. Parsing result is very similar to minimist with some nuance. Check tests. (code, tests)

Usage

Install
npm i aloy
Example Usage
const {parseArgv} = require('aloy/utils/cli/argv');

const args = parseArgv(process.argv.slice(2));

...

Development

Clone
npx glone [email protected]:ramesaliyev/aloy.git

About

My own NodeJS utilities / recipes / sandboxing collection library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published