Git Product home page Git Product logo

Comments (7)

jimthedev avatar jimthedev commented on July 16, 2024

Sure thing @stevemao. Let me know when it is done and we can put mentions in our Readme's or find a way to merge.

from cz-cli.

stevemao avatar stevemao commented on July 16, 2024

Thanks @jimthedev

from cz-cli.

stevemao avatar stevemao commented on July 16, 2024

@jimthedev I never had time to do this. But My originally thought was to use handlebars templates to generate the commit messages.

from cz-cli.

jimthedev avatar jimthedev commented on July 16, 2024

@stevemao I considered it for a while, then decided to just execute "prompter" function inside an adapter and people could capture input however they prefer. I pass in inquirer by default but they could accept input in other ways if they wish. My main goal right now is npm3 support and building comprehensive tests. Both are coming along nicely.

from cz-cli.

stevemao avatar stevemao commented on July 16, 2024

What was the reason you didn't choose to use a templating engine?

from cz-cli.

jimthedev avatar jimthedev commented on July 16, 2024

Good question. I wanted to let the cli be as flexible as possible.

The adapters can use a template engine if they like. I just chose not to force any single template engine. Each adapter can use es6 template strings, handlebars, ejs, jade, etc. As long as they produce a string, I don't mind. :)

At the end of the day, the cli just wants the adapters to give it a composed string to commit. If someone wants to create a cz-conventional-commit-handlebars adapter that uses handlebars then they could do it very easily.

from cz-cli.

stevemao avatar stevemao commented on July 16, 2024

πŸ‘

from cz-cli.

Related Issues (20)

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.