No description
Find a file
Luc_Ren 045953b73e
All checks were successful
/ Publish to Forgejo NPM registry (push) Successful in 35s
feat: add CounterNovel component and rename Counter component
- Rename Counter.svelte to CounterNovel.svelte in the Svelte package
- Add CounterNovel.vue component in the Vue package
- Update index.ts and main.ts to export the new CounterNovel component
2025-11-22 14:47:16 +03:00
.forgejo/workflows edit actions 2025-11-22 14:30:01 +03:00
packages feat: add CounterNovel component and rename Counter component 2025-11-22 14:47:16 +03:00
.gitignore add eslint 2025-11-22 14:27:08 +03:00
bun.lock add eslint 2025-11-22 14:27:08 +03:00
eslint.config.ts add eslint 2025-11-22 14:27:08 +03:00
package.json add eslint 2025-11-22 14:27:08 +03:00
README.md init project 2025-11-21 16:30:39 +03:00

novel-kit

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.2. Bun is a fast all-in-one JavaScript runtime.