You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: transfer repos to personal namespace (#311)
* chore: transfer repos to personal namespace
* fix: workflows
* chore: add lockfile
* fix biome version
* use token
* fix: JSR release config
* fix: badge link
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ These steps will guide you through contributing to this project:
8
8
- Clone it and install dependencies
9
9
10
10
```
11
-
git clone https://github.com/eta-dev/eta
11
+
git clone https://github.com/bgub/eta
12
12
npm install
13
13
```
14
14
15
15
Keep in mind that after running `npm install` the git repo is reset. So a good way to cope with this is to have a copy of the folder to push the changes, and the other to try them.
16
16
17
17
Make and commit your changes. Make sure the commands npm run build and npm run test:prod are working.
18
18
19
-
Finally send a [GitHub Pull Request](https://github.com/eta-dev/eta/compare?expand=1) with a clear list of what you've done (read more [about pull requests](https://help.github.com/articles/about-pull-requests/)). Make sure all of your commits are atomic (one feature per commit).
19
+
Finally send a [GitHub Pull Request](https://github.com/bgub/eta/compare?expand=1) with a clear list of what you've done (read more [about pull requests](https://help.github.com/articles/about-pull-requests/)). Make sure all of your commits are atomic (one feature per commit).
[](https://www.npmjs.com/package/eta)
[](https://www.npmjs.com/package/eta)
**You're viewing the source for Eta v3, which we just released! For v2, visit [the old branch](https://github.com/eta-dev/eta/tree/v2).**
32
+
**You're viewing the source for Eta v3, which we just released! For v2, visit [the old branch](https://github.com/bgub/eta/tree/v2).**
33
33
34
34
</span>
35
35
@@ -170,7 +170,7 @@ To render Eta templates in [Koa](https://koajs.com) web framework: [@cedx/koa-et
170
170
-[html-bundler-webpack-plugin](https://github.com/webdiscus/html-bundler-webpack-plugin): Webpack plugin make easily to bundle HTML pages from templates, source styles and scripts
171
171
-[SmartDeno](https://github.com/guildenstern70/SmartDeno): SmartDeno is an easy to setup web template using Deno & Oak
172
172
-[stc](https://github.com/long-woo/stc): OpenAPI (Swagger) and Apifox documentation converted to api. Use eta templates to generate code.
0 commit comments