-
Notifications
You must be signed in to change notification settings - Fork 46
docs: change kpm to kcl #360
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request |
Signed-off-by: Justin Bailey <[email protected]>
@@ -17,7 +17,7 @@ A KCL module contains a configuration laid out in a directory hierarchy. It cont | |||
A module can be created by running the following command within the module root: | |||
|
|||
```bash | |||
kpm init [module name] | |||
kcl init [module name] | |||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kcl mod init
Good catch!
Hello @beholdenkey Thanks for the contribution. I've leaved some comments and please sign the CLA. |
@Peefy happy to contribute. Where can I sign the CLA? |
|
I have read the CLA Document and hereby sign the CLA |
1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):
2. What is the scope of this PR (e.g. component or file name):
https://github.com/kcl-lang/kcl-lang.io/blob/main/docs/user_docs/concepts/package-and-module.md
3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):
Changed kpm to kcl for consistency.
4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):
5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links: