html-creator
html-creator copied to clipboard
Generate HTML with node.js
Ran into this and thought it felt unexpected. If I'm building up an object for attributes in some process like ``` function makeThing({url, defaultThing = 100, defaultThing2 = undefined}) {...
it takes too much time to write elements. there should be some shortcuts like this: ```js Tags.Meta({ charset: 'UTF-8' }) Tags.Head() Tags.Title() ``` if the type not exist on the...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [rollup](https://github.com/rollup/rollup) from 3.21.4 to 3.29.5. Release notes Sourced from rollup's releases. v3.29.4 3.29.4 2023-09-28 Bug Fixes Fix static analysis when an exported function uses callbacks (#5158) Pull Requests #5158:...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...