Multiple page .svelte to .html generator

Job ID: 33791605

Budget: $30 – $250 USD

I need automatic build script so if I have folders like this:

```
foo/
_ bar.svelte
_ any.js
subpage/
_ page3.svelte
index.svelte
whatever.css
whatever.js
_layout.html
```

it would generate automatically the .html(s) for each .svelte file

so for example if page3.svelte importing any.js it would produce page3.html inside the subpage directory with all imported js or css. If there's _layout.html it would be used as base template.

the purpose was to make svelte that defaults to SPA into MPA

specification:
1. must able to generate automatically .html foreach .svelte, for example when running `make gen` or `npm run build`
2. must able to import properly other js, css, or svelte file (relative import)
3. there's dev mode, eg. `npm run dev`, it would listen to `localhost:portNumber` then livereload when changed like default svelte template project (will also autogenerate like spec number 1)
4. there should be no configuration, it should work as is automatically, anything starts with underscore should not be generated, eg. `_component1.svelte`, or `_components/table.svelte`
5. will find `_layout.html` in current directory or upper directories as base template
6. if using nodejs, should not use outdated package on the npm dependency, please use least dependency as possible
7. the build script can be built using nodejs or Go (similar like what https://github.com/livebud/bud or https://github.com/plentico/plenti did)
8. contribute directly to https://github.com/kokizzu/svelte-mpa (overwrite everything is ok, make it as simple as possible)

If you can do this and avoid autobidder/bid-spammer, please bid/send proposal first line with "I can do this within X days and XX USD" where X and XX is the same as your proposal bid
Related categories: JavaScript CSS Golang Node.js Svelte