Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone binary #3

Open
radmen opened this issue Feb 1, 2020 · 0 comments
Open

Standalone binary #3

radmen opened this issue Feb 1, 2020 · 0 comments
Labels
📦 cli enhancement New feature or request

Comments

@radmen
Copy link
Contributor

radmen commented Feb 1, 2020

I think that it would be awesome to have a standalone binary provided by @baethon/udba-cli.

The way how I see it:

In the project root directory, there have to be a .udbarc.js config file. For now, it will be simple, containing just one option: commands:

module.exports = {
    commands: ['./commands/**/*.js']
}

using this, the binary would prepare the runtime and execute the selected command.

@radmen radmen added enhancement New feature or request 📦 cli labels Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 cli enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant