Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docs(readme): add npx use examples #532

Merged
merged 3 commits into from
Jun 18, 2018
Merged

docs(readme): add npx use examples #532

merged 3 commits into from
Jun 18, 2018

Conversation

giocodes
Copy link
Contributor

closes #502

Copy link
Member

@jimthedev jimthedev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good! One thing though. I think npx is a feature of npm 5.2+, not Node 10.

clarify that npx is available with NPM 5.2+
@giocodes
Copy link
Contributor Author

Good point @jimthedev, thanks for that.

I've pushed an update.

README.md Outdated
npx commitizen init cz-conventional-changelog --save-dev --save-exact
```

For **previous versions of Node (<= 9) ** you can execute `./node_modules/.bin/commitizen` or `./node_modules/.bin/git-cz` in order to actually use the commands.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean before npm 5.2?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, thank you!

@jimthedev jimthedev merged commit d5b8bc5 into commitizen:master Jun 18, 2018
@jimthedev
Copy link
Member

Thank you!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update docs to use npx to install locally
2 participants