2.1.0-d • Published 1 year ago

yaclil v2.1.0-d

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

!WARNING This package is deprecated. Newer versions will be published to JSR @rdsq/arboj Install it using npx jsr add @rdsq/arboj

YACLIL

Yet Another (but different) CLI Library

This is a minimal library for building command line apps

Usage

To use this library, you need to install it (obviously)

npm install yaclil

It doesn't support yarn yet

Then use the yaclil method from this package

import { yaclil } from 'yaclil';

yaclil({
    // command
}, 'command-name');

Bin

You can also assign a package.json bin name to this app

my-cli say-hello
# output: hello
my-cli say-hi
# output: hi

Then don't forget to change the command's name

// ...
yaclil({
    // command
}, 'my-cli')
// ...

TypeScript

Yes, it supports TypeScript

2.1.0-d

1 year ago

2.1.0

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.4.7

1 year ago

1.4.6

1 year ago

1.4.5

1 year ago

1.4.4

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago