Skip to content

Commit cc5b019

Browse files
committed
chore: initial commit
chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip
0 parents  commit cc5b019

34 files changed

+1549
-0
lines changed

.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_style = space
6+
indent_size = 2
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* text=auto
2+
*.lockb binary diff=lockb

.github/CODE_OF_CONDUCT.md

+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
6+
7+
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8+
9+
## Our Standards
10+
11+
Examples of behavior that contributes to a positive environment for our community include:
12+
13+
* Demonstrating empathy and kindness toward other people
14+
* Being respectful of differing opinions, viewpoints, and experiences
15+
* Giving and gracefully accepting constructive feedback
16+
* Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17+
* Focusing on what is best not just for us as individuals, but for the overall community
18+
19+
Examples of unacceptable behavior include:
20+
21+
* The use of sexualized language or imagery, and sexual attention or advances of any kind
22+
* Trolling, insulting or derogatory comments, and personal or political attacks
23+
* Public or private harassment
24+
* Publishing others' private information, such as a physical or email address, without their explicit permission
25+
* Other conduct which could reasonably be considered inappropriate in a professional setting
26+
27+
## Enforcement Responsibilities
28+
29+
Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
30+
31+
Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
32+
33+
## Scope
34+
35+
This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
36+
37+
## Enforcement
38+
39+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [email protected]. All complaints will be reviewed and investigated promptly and fairly.
40+
41+
All community leaders are obligated to respect the privacy and security of the reporter of any incident.
42+
43+
## Enforcement Guidelines
44+
45+
Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
46+
47+
### 1. Correction
48+
49+
**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
50+
51+
**Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
52+
53+
### 2. Warning
54+
55+
**Community Impact**: A violation through a single incident or series of actions.
56+
57+
**Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
58+
59+
### 3. Temporary Ban
60+
61+
**Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
62+
63+
**Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
64+
65+
### 4. Permanent Ban
66+
67+
**Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
68+
69+
**Consequence**: A permanent ban from any sort of public interaction within the community.
70+
71+
## Attribution
72+
73+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
74+
75+
Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
76+
77+
For answers to common questions about this code of conduct, see the FAQ at [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at [https://www.contributor-covenant.org/translations][translations].
78+
79+
[homepage]: https://www.contributor-covenant.org
80+
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
81+
[Mozilla CoC]: https://github.com/mozilla/diversity
82+
[FAQ]: https://www.contributor-covenant.org/faq
83+
[translations]: https://www.contributor-covenant.org/translations

.github/CONTRIBUTING.md

+190
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,190 @@
1+
# Contributing
2+
3+
First off, thank you for taking the time to contribute to the Stacks ecosystem ❤️
4+
5+
> **Note**
6+
> The likelihood is high that the repo you are working on is either a Stack or Stacks itself. In both cases, you will be exposed to a meshup of technologies, like [Vue][vue], [Vite][vite], [Tauri][tauri], [Nitro][nitro], and [Bun][bun].
7+
8+
## 💭 Knowledge
9+
10+
### TypeScript
11+
12+
It's important to note early on that these projects are written with [TypeScript][typescript]. If you're unfamiliar with it (or any strongly typed languages such as Java) then this may feel like a slight roadblock. However, there's never a truly perfect time to start learning it, so ... why not today using well-written codebases as your playground?
13+
14+
_Don't be discouraged. You will get by learning TypeScript on-the-fly as you review some of the examples within the codebase. It's easy to get started—the code is, we hope, very approachable (and readable)._
15+
16+
### Architecture
17+
18+
An understanding of the framework architecture and design will help if you're looking to contribute long-term, or if you are working on a "more complex" PR. Browse the source and read our documentation to get a better sense of how it is structured. The documentation is very thorough and can be used as your progressive guide as you're learning more about Stacks.
19+
20+
Feel free to ask any question _(Twitter, Discord, or GitHub Discussions)_, we would love to elaborate & collaborate.
21+
22+
### Stacks/Core Setup
23+
24+
Are you interested in contributing to the Stacks codebase?
25+
26+
**Working on your first Pull Request?** You can learn how from this free series [How to Contribute to an Open Source Project on GitHub][pr-beginner-series].
27+
28+
Head over to the [repository][stacks] on GitHub and click the Fork button in the top right corner. After the project has been forked, run the following commands in your terminal:
29+
30+
```bash
31+
# Replace {github-username} with your GitHub username.
32+
git clone https://github.com/{github-username}/stacks --depth=1
33+
34+
cd stacks
35+
36+
# Create a branch for your PR, replace {issue-no} with the GitHub issue number.
37+
git checkout -b issue-{issue-no}
38+
```
39+
40+
Now it'll help if we keep our `main` branch pointing at the original repository and make
41+
pull requests from the forked branch.
42+
43+
```bash
44+
# Add the original repository as a "remote" called "upstream".
45+
git remote add upstream [email protected]:stacksjs/stacks.git
46+
47+
# Fetch the git information from the remote.
48+
git fetch upstream
49+
50+
# Set your local main branch to use the upstream main branch whenever you run `git pull`.
51+
git branch --set-upstream-to=upstream/main main
52+
53+
# Run this when we want to update our version of main.
54+
git pull
55+
```
56+
57+
_You may also use GitHub Desktop or any other GUI—if that is your preference._
58+
59+
### Buddy Toolkit
60+
61+
The following list of commands is one of the most common ways to interact with the Stacks API. Meet Buddy:
62+
63+
```bash
64+
buddy install # installs all dependencies
65+
buddy dev # starts one of the dev servers (components, functions, views, desktop or docs)
66+
buddy build # follow CLI prompts to select which library (or server) to build
67+
buddy commit # follow CLI prompts for committing changes
68+
buddy release # creates the releases of the stack & consequently, publishes them (to npm)
69+
buddy upgrade # auto-update deps & the Stacks framework
70+
71+
buddy make:component HelloWorld # scaffolds a component
72+
buddy make:function HelloWorld # scaffolds a function
73+
buddy make:page hello-world # scaffolds a page (https://my-project.test/hello-world)
74+
75+
buddy help
76+
```
77+
78+
<details>
79+
<summary>View the complete Buddy Toolkit</summary>
80+
81+
```bash
82+
buddy --help # view help menu
83+
buddy install # installs your dependencies
84+
buddy fresh # fresh reinstall of all deps
85+
buddy update # auto-update deps & the Stacks framework
86+
87+
buddy --version # get the Stacks version
88+
buddy --help # view help menu
89+
90+
# if you need any more info to any command listed here, you may suffix
91+
# any of them via the "help option", i.e. `buddy command --help`
92+
93+
buddy dev # starts one of the dev servers (components, functions, views, or docs)
94+
buddy dev:components # starts local playground dev server
95+
buddy dev:desktop # starts the Desktop playground
96+
buddy dev:views # starts local playground views dev server
97+
buddy dev:functions # stubs local the functions
98+
buddy dev:docs # starts local docs dev server
99+
100+
# for Laravel folks, `serve` may ring more familiar than the `dev` name. Hence, we aliased it:
101+
buddy serve # starts one of the dev servers (components, functions, viewsviews, or docs)
102+
buddy serve:components # starts local playground dev server
103+
buddy serve:views # starts local playground views dev server
104+
buddy serve:functions # stubs local the functions
105+
buddy serve:docs # starts local docs dev server
106+
107+
# sets your application key
108+
buddy key:generate
109+
110+
buddy make:stack project
111+
buddy make:component HelloWorld
112+
buddy make:function hello-world
113+
buddy make:page hello-world
114+
buddy make:lang de
115+
buddy make:database cars
116+
buddy make:table brands
117+
buddy make:migration create_cars_table
118+
buddy make:factory cars
119+
120+
buddy lint # runs linter
121+
buddy lint:fix # runs linter and fixes issues
122+
123+
buddy commit # follow CLI prompts for committing staged changes
124+
buddy release # creates the releases for the stack & triggers the Release Action (workflow)
125+
buddy changelog # generates CHANGELOG.md
126+
127+
# building for production (e.g. npm, Vercel, Netlify, et al.)
128+
buddy build # select a specific build (follow CLI prompts)
129+
buddy build:components # builds Vue component library & Web Component library
130+
buddy build:functions # builds function library
131+
buddy build:vue-components # builds Vue 2 & 3-ready Component library
132+
buddy build:web-components # builds framework agnostic Web Component library (i.e. Custom Elements)
133+
buddy build:views # builds views
134+
135+
# when deploying your app/s
136+
buddy deploy:docs
137+
buddy deploy:functions
138+
buddy deploy:views
139+
140+
# select the example to run (follow CLI prompts)
141+
buddy example
142+
143+
# test your stack
144+
buddy test # runs test suite (unit & e2e)
145+
buddy test:coverage # runs test coverage
146+
buddy test:types # runs typecheck
147+
```
148+
149+
</details>
150+
151+
## 🧪 Testing
152+
153+
All the framework tests are stored within the `./.stacks/tests` project folder. When adding or updating functionality, please ensure it is covered through our test suite. Ensure so by running `buddy test`.
154+
155+
When working on an individual Stack, tests are stored within the `./tests` project folder & it is recommended to write tests (when useful). Bu
156+
157+
## ✍️ Commit
158+
159+
Stacks uses [semantic commit messages][semantic-commit-style] to automate package releases. No worries, you may not be aware what this is or how it works—just let Buddy guide you. Stacks automated the commit process for you, simply run `buddy commit` in your terminal and follow the instructions.
160+
161+
For example,
162+
163+
```bash
164+
# Add all changes to staging to be committed.
165+
git add .
166+
167+
# Commit changes.
168+
buddy commit
169+
170+
# Push changes up to GitHub.
171+
git push
172+
```
173+
174+
_By following these minor steps, Stacks is able to automatically release new versions & generate relating local & remote changelogs._
175+
176+
## 🎉 Pull Request
177+
178+
When you're all done, head over to the [repository][stacks], and click the big green `Compare & Pull Request` button that should appear after you've pushed changes to your fork.
179+
180+
Don't expect your PR to be accepted immediately or even accepted at all. Give the community time to vet it and see if it should be merged. Please don't be disheartened if it's not accepted. Your contribution is appreciated more than you can imagine, and even a unmerged PR can teach us a lot ❤️
181+
182+
[typescript]: https://www.typescriptlang.org
183+
[vue]: https://vuejs.org/
184+
[vite]: https://vitejs.dev/
185+
[tauri]: https://tauri.app/
186+
[nitro]: https://nitro.unjs.io/
187+
[bun]: https://bun.sh/
188+
[stacks]: https://github.com/stacksjs/stacks
189+
[semantic-commit-style]: https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716
190+
[pr-beginner-series]: https://app.egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github

.github/SECURITY.md

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Security Policy
2+
3+
**PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, [SEE BELOW](#reporting-a-vulnerability).**
4+
5+
## Supported Versions
6+
7+
Only the latest major version receives security fixes.
8+
9+
## Reporting a Vulnerability
10+
11+
If you discover a security vulnerability within this package, please send an email to Chris Breuer at [email protected]. All security vulnerabilities will be promptly addressed.
12+
13+
### Public PGP Key
14+
15+
```
16+
-----BEGIN PGP PUBLIC KEY BLOCK-----
17+
Version: OpenPGP v2.0.8
18+
Comment: https://sela.io/pgp/
19+
20+
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
67+
HF/6SiI=
68+
=le/X
69+
-----END PGP PUBLIC KEY BLOCK-----
70+
```

.github/art/cover.jpg

88.8 KB
Loading

.github/art/github_social_preview.png

375 KB
Loading

.github/renovate.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["@ow3"]
3+
}

.github/stale.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
daysUntilStale: 60
2+
daysUntilClose: 7
3+
exemptLabels:
4+
- pinned
5+
- security
6+
- no-stale
7+
- no stale
8+
- pr welcome
9+
staleLabel: stale
10+
markComment: >
11+
This issue has been automatically marked as stale because it has not had
12+
recent activity. It will be closed if no further activity occurs.
13+
Thank you for your contributions.
14+
closeComment: false

.github/workflows/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# GitHub Actions
2+
3+
This folder contains the following GitHub Actions:
4+
5+
- [CI][CI] - all CI jobs for the project
6+
- lints the code
7+
- `typecheck`s the code
8+
- runs test suite
9+
- runs on `ubuntu-latest`
10+
- [Release][Release] - automates the release process & changelog generation
11+
12+
[CI]: ./workflows/ci.yml
13+
[Release]: ./workflows/release.yml

0 commit comments

Comments
 (0)