Skip to content

evenstensberg/seafret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Seafret - Minimal CLI parser

npm install --save seafret

#Example
const Seafret = require('seafret');
const otter = new Seafret('2.0.0');

otter
.option('-go', 'Tells the Program to Run')
.option('-food', 'Tells the program to get food')
.send(process.argv)

if(otter.food) {
  console.log("daym")
}

About

Minimal, Unmaintained, 904byte arg parser

http://-Works only for 1 flag options---

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published