konyagi
TypeScript icon, indicating that this package has built-in type declarations

0.0.15 • Public • Published

Konyagi - task runner

Task runner. Built with file (markdown document) processing in mind.

Programatic usage

npm i konyagi

See example/index.ts

Typescript usage examples in example/utils/types.ts and example/tasks/md-html.ts

cli usage

$ npm install -g konyagi
$ konyagi --help

$ konyagi [task directory] [first task] [--state-file]
$ konyagi ./tasks start --state-file state.json

# or with tasks written in typescript via tsx (included as dep)
NODE_OPTIONS='--import tsx' konyagi [task directory] [first task] [--state-file]

Developing

npm install

npm run dev

npm run build

# Publish
npm run push

# Testing

cd example

npm install
npm test

# test cli build
npm run build && NODE_ENV=debug npx tsx src/cli.ts example/tasks load-docs

Konyagi

In another chapter of my life, I worked as a control system engineer. The first machine I programmed was a production line in South Sudan that bottled alcoholic spirits.

The last spirit to run through the production cycle was a gin product called Konyagi.

The name felt fitting as this is a "production line" of tasks and jobs that are run.

Package Sidebar

Install

npm i konyagi

Weekly Downloads

41

Version

0.0.15

License

MIT

Unpacked Size

22.5 kB

Total Files

13

Last publish

Collaborators

  • olmesm