Giter Club home page Giter Club logo

emake's Introduction

emake's People

Contributors

jonpalmisc avatar therealketo avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

emake's Issues

Add project scaffolding capability

It would be neat if einit could automatically create a minimal CMakeLists.txt and src/main.c(pp), similar to cargo new, zig init-exe, etc. for the sake of quickly bootstrapping projects. However, I'm skeptical about adding this because:

  • this slightly exceeds the original scope of the project, and keeping this tool lean would be ideal; and
  • if this is implemented, the content of the template will likely be controversial and I don't have much desire to also build an elaborate template-choosing system, etc.

Nevertheless, this could be useful and I don't want to forget about this idea, hence the issue.

P.S. I've assigned this to myself as I'd prefer to build this on my own rather than accept PRs for this feature, since I'll likely have strong opinions on how this should be done.

Automate packaging for new releases

Seeing as this project utilizes Poetry, the ability to automate building wheels and tarballs for each new release with Github Actions is possible. There are several ways to implement this, but would like to hear thoughts before attempting to do so.

Add layered configuration

It would be nice to have a global emake.toml to support true "defaults". It should optionally layer with the local emake.toml if both exist.

Prioritize Python's standard tomllib library for later versions

Since the release of 3.11, Python officially supports parsing TOML files without the need of extra dependencies. I noticed that for all current versions of the project, the standard library is not used.

I'm happy to submit a PR that prioritizes the usage of the standard library for later versions of Python, just wanted to get an ok on this. Note that this proposal will not limit the project to a higher version that already assigned, as support for older versions can still be achieved with tomli.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.