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

Create a chipmunk cli tool for developers #1966

Open
marcmo opened this issue Nov 22, 2023 · 2 comments
Open

Create a chipmunk cli tool for developers #1966

marcmo opened this issue Nov 22, 2023 · 2 comments
Assignees
Labels
new newly created issue

Comments

@marcmo
Copy link
Member

marcmo commented Nov 22, 2023

chipmunk has evolved to be more than a product, it's a platform + a specific use case.
we have long used rake for all developer related tasks.
especially building and re-building chipmunk is challenging.
we are a rust + typescript project and do not want to rely on ruby/rake on the developer side.
so we want to create a tool similar to the node-bindgen cli (https://github.com/infinyon/node-bindgen) that takes care of those tasks and replaces rake.
the tool should be implemented as a rust application

@marcmo marcmo self-assigned this Nov 22, 2023
@github-actions github-actions bot added the new newly created issue label Nov 22, 2023
@AmmarAbouZor
Copy link
Collaborator

This is a great idea!
Would it be specific for chipmunk or for rust + typescript apps in general? if it's gonna have a general use I would suggest creating a separate repo for it so we can publish it to crates.io when it's done

sergio-bobillier pushed a commit to sergio-bobillier/chipmunk that referenced this issue Dec 6, 2023
sergio-bobillier pushed a commit to sergio-bobillier/chipmunk that referenced this issue Dec 6, 2023
The BuildConfiguration struct will hold the build configuration loaded
from the configuration file. For the moment it just loads the file
contents into a string and handles failures.
sergio-bobillier pushed a commit to sergio-bobillier/chipmunk that referenced this issue Dec 11, 2023
The BuildConfiguration struct will hold the build configuration loaded
from the configuration file. For the moment it just loads the file
contents into a string, parses them as TOML and handles failures.
sergio-bobillier pushed a commit to sergio-bobillier/chipmunk that referenced this issue Jan 5, 2024
sergio-bobillier pushed a commit to sergio-bobillier/chipmunk that referenced this issue Jan 12, 2024
@DmitryAstafyev
Copy link
Collaborator

#1967

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new newly created issue
Projects
None yet
Development

No branches or pull requests

3 participants