Skip to content

rqft/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ochre

example:

import { CommandManager } from '@rqft/ochre';

const manager = new CommandManager('cli')

manager.add({
    name: 'add',
    args: {
        a: Number,
        b: Number
    },
});

manager.run();

// or, if you want to test using stdin
manager.test();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published