Skip to content

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

Merged
merged 1 commit into from
May 13, 2024
Merged

docs: change kpm to kcl #360

merged 1 commit into from
May 13, 2024

Conversation

beholdenkey
Copy link
Contributor

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):

  • N
  • Y

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):

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • [X ] Other

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):

  • [X ] N
  • Y

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:

  • Unit test
  • Integration test
  • Benchmark (add benchmark stats below)
  • Manual test (add detailed scripts or steps below)
  • Other

Copy link

vercel bot commented May 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kcl-lang-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 12, 2024 0:03am

Copy link

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


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]
```
Copy link
Contributor

@Peefy Peefy May 11, 2024

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!

@Peefy
Copy link
Contributor

Peefy commented May 13, 2024

Hello @beholdenkey

Thanks for the contribution. I've leaved some comments and please sign the CLA.

@Peefy Peefy merged commit ea6bb46 into kcl-lang:main May 13, 2024
4 of 5 checks passed
@Peefy Peefy mentioned this pull request May 13, 2024
@beholdenkey
Copy link
Contributor Author

@Peefy happy to contribute. Where can I sign the CLA?

@Peefy
Copy link
Contributor

Peefy commented May 14, 2024

@Peefy happy to contribute. Where can I sign the CLA?

See the github bot comment.
image

@beholdenkey
Copy link
Contributor Author

I have read the CLA Document and hereby sign the CLA

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

Successfully merging this pull request may close these issues.

2 participants