Skip to content

Commit

Permalink
feat(naming): remove CASE mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuddy committed May 23, 2024
1 parent e72aaa1 commit 860bbb0
Show file tree
Hide file tree
Showing 20 changed files with 157 additions and 4,367 deletions.
6 changes: 3 additions & 3 deletions .github/DISCUSSION_TEMPLATE/feedback.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!--
Hello 👋,
CASE is in its initial stages, with significant potential for enhancement. We want to make it evolve according to your feedbacks.
Manifest is in its initial stages, with significant potential for enhancement. We want to make it evolve according to your feedbacks.
If you like the project, we're counting on you to try it out and give us your feedback and suggestions.
If you like the project, we're counting on you to try it out and give us your feedback and suggestions.
You can also upvote other developers suggestions to put them in the spotlight.
Thank you for your interest in CASE 🙏 ❤.
Thank you for your interest in Manifest 🙏 ❤.
-->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: 🆕 Feature request
url: https://github.com/casejs/case/discussions/new?category=feature-request
url: https://github.com/ManifestOfficial/manifest/discussions/new?category=feature-request
about: Ask for new features! The most popular features will be included in the roadmap.
4 changes: 2 additions & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Welcome to CASE, thank you for adding your first issue !'
pr-message: 'Welcome to CASE, thank you for adding your first PR !'
issue-message: 'Welcome to Manifest, thank you for adding your first issue !'
pr-message: 'Welcome to Manifest, thank you for adding your first PR !'
14 changes: 2 additions & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@
"statusBarItem.remoteBackground": "#f8a94a",
"statusBarItem.remoteForeground": "#2430F0",
"commandCenter.border": "#2430F099"
}

},
"peacock.color": "#fcdc3d",
"cSpell.words": [
"authenticable",
"bugsnag",
"casejs",
"dasherize",
"dasherized",
"dtos",
Expand All @@ -41,18 +39,10 @@
],
"material-icon-theme.files.associations": {
"**.controller.ts": "nest",
"**routing.module.ts": "routes",
"**.contribution": "tune"
"**routing.module.ts": "routes"
},
"material-icon-theme.folders.associations": {
"dtos": "interface",
"task": "tasks",
"search": "utils",
"schematics": "batch",
"case-client": "angular",
"case-schema": "class",
"case": "src",
"case-types": "typescript",
"add-manifest": "scripts",
"manifest": "server",
"core/manifest": "meta"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 CASE
Copyright (c) 2024 Manifest

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<br>
<p align="center">
<a href="https://www.case.app">
<a href="https://manifest.build">
<img alt="manifest" src="https://manifest.build/logo-transparent.svg" height="55px" />
</a>
</p>
Expand All @@ -11,16 +11,16 @@
<a href="https://www.npmjs.com/package/manifest" target="_blank">
<img alt="npm" src="https://img.shields.io/npm/v/manifest">
</a>
<a href="https://www.codefactor.io/repository/github/casejs/case" target="_blank">
<img alt="CodeFactor Grade" src="https://img.shields.io/codefactor/grade/github/casejs/case">
<a href="https://www.codefactor.io/repository/github/ManifestOfficial/manifest" target="_blank">
<img alt="CodeFactor Grade" src="https://img.shields.io/codefactor/grade/github/ManifestOfficial/manifest">
</a>
<a href="https://discord.com/invite/FepAked3W7" target="_blank">
<img alt="Discord" src="https://img.shields.io/discord/1089907785178812499?label=discord">
</a>
<a href="https://opencollective.com/casejs" target="_blank">
<img src="https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg" alt="Support us">
</a>
<a href=https://github.com/casejs/CASE/blob/develop/LICENSE" target="_blank">
<a href=https://github.com/ManifestOfficial/manifest/blob/develop/LICENSE" target="_blank">
<img alt="Licence MIT" src="https://img.shields.io/badge/licence-MIT-green">
</a>
<br>
Expand Down Expand Up @@ -77,12 +77,12 @@ npx add-manifest

- [Docs](https://manifest.build/docs) - Get started with Manifest
- [Discord](https://discord.gg/FepAked3W7) - Come chat with the community
- [Github](https://github.com/casejs/case/issues) - Report bugs and share ideas to improve the product.
- [Github](https://github.com/ManifestOfficial/manifest/issues) - Report bugs and share ideas to improve the product.

## Contributors

Thanks to our first wonderful contributors !

<a href="https://github.com/casejs/CASE/graphs/contributors">
<img src="https://contrib.rocks/image?repo=casejs/CASE" />
<a href="https://github.com/ManifestOfficial/manifest/graphs/contributors">
<img src="https://contrib.rocks/image?repo=ManifestOfficial/manifest" />
</a>
3 changes: 0 additions & 3 deletions packages/add-manifest/example2/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions packages/add-manifest/example2/.vscode/extensions.json

This file was deleted.

5 changes: 0 additions & 5 deletions packages/add-manifest/example2/.vscode/settings.json

This file was deleted.

Binary file not shown.
14 changes: 0 additions & 14 deletions packages/add-manifest/example2/manifest/backend.yml

This file was deleted.

Loading

0 comments on commit 860bbb0

Please sign in to comment.