AS a developer, I want to be able to create a binary from the package #101
Labels
No labels
blocked
documentation
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs tests
question
spike
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
epic
type
investigation
type
story
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
2 participants
Notifications
Total time spent: 30 minutes 12 seconds
Due date
Vylpes
30 minutes 12 seconds
No due date set.
Dependencies
No dependencies set.
Reference: RabbitLabs/random-bunny#101
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Epic: #70
Story Points: 8
AS a developer, I want to be able to create a binary from the package
SO THAT a user can run the binary and interact with it as any other program
Acceptance Criteria
AS a developer
GIVEN I want to package the project into a binary
WHEN I run
yarn package
THEN the program will package the project into a binary file
AS a user
GIVEN I want to use a pre-built package binary
WHEN I run the binary file in the command line
THEN the output of the package should run
Subtasks
Notes
Generate binary fileto AS a developer, I want to be able to create a binary from the packageBlocked until woodpecker ci change is merged
Maybe see if there's a way around this?