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

Feat/libmake #1

Merged
merged 130 commits into from Mar 8, 2023
Merged

Feat/libmake #1

merged 130 commits into from Mar 8, 2023

Conversation

sebastienrousseau
Copy link
Owner

Major code upgrade bringing the following

Features ✨

LibMake offers the following features and benefits:

  • Create your Rust library with ease using the command line interface or
    by providing a configuration file in CSV, JSON, TOML, or YAML format.
  • Rapidly generate new library projects with a pre-defined structure and
    boilerplate code that you can customize with your own template.
  • Generate a library pre-defined GitHub Actions workflow to help you
    automate your library development and testing.
  • Automatically generate basic functions, methods, and macros to get you
    started with your Rust library.
  • Enforce best practices and standards with starter documentation, test
    suites, and benchmark suites that are designed to help you get up and
    running quickly.

@sebastienrousseau sebastienrousseau self-assigned this Mar 8, 2023
@sebastienrousseau sebastienrousseau added the enhancement New feature or request label Mar 8, 2023
@sebastienrousseau sebastienrousseau merged commit 01d2d37 into main Mar 8, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant