Usage in non-node projects?
See original GitHub issueHi, I’m happy to meet this tool. While running
commitizen init cz-conventional-changelog --save --save-exact
I got package.json Not Found
, but you know, git is a generic version control system and has been applied to many non-node projects, so any suggestions of using this in non-node projects?
Cheers,
Issue Analytics
- State:
- Created 8 years ago
- Reactions:19
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Best practices for adding Node.JS build features to a non ...
The question: Proper project layout and potential pitfalls. What would be some reliable practices to follow if I want to use Node as...
Read more >How to use packaged modules in a non-node JS environment?
You can use Require.js to load many Common.js packaged modules. Or you could define exports = window and pass that to the module...
Read more >Javascript 101: How to use javascript modules in a non-node project ...
I have web dev experience but none using node. I am building a project using bpmn.io to visualize and edit BPMN models. I...
Read more >Best practices for adding Node.JS build ... - Valuable Tech Notes
JS build features to a non-Node project. buildsnode.jsproject-structure. The primary use for Node.JS is of course as a full server stack, and I've...
Read more >Comparing Visual Regression Testing Tools - Sparkbox
... almost all of the tools here can be used in non-Node.js projects. ... Not every design system or component-based project uses Storybook, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can use https://github.com/Woile/commitizen
Hey all. Haven’t forgotten about you. We did remove the ability to use a .czrc file because our adapters are node-based and thus you have a node project even if your project isn’t actually a node project. I am trying to learn more about what we can do to
A) have a sane config loading strategy B) support you all
Any chance you all can just create a package.json file with only the information we need. What are the downsides of this?
Thanks for helping me to understand more!