sindresorhus/awesome

about web-padawan's awesome-lit (previously awesome-lit-html)

z00rat opened this issue · 4 comments

hello everyone,
@web-padawan changed the repo name from awesome-lit-html to awesome-lit.

When this repo was first added it was named as lit-html with description "HTML templating library for JavaScript."
on #1357 / 137dee5

but, now this link redirects to https://github.com/web-padawan/awesome-lit

❯ curl -I https://github.com/web-padawan/awesome-lit-html
HTTP/2 301 
server: GitHub.com
...
location: https://github.com/web-padawan/awesome-lit
...

and its about reads "A curated list of awesome Lit resources."

so, now what should be done ??
can i just change the like and the description and make a pull request ??
or should it be moved to some other category other than Front-End Development ??

or should it be moved to some other category other than Front-End Development

Lit is just a newer version of lit-html that ships with a new npm package lit. Check out the release blog post.

I would appreciate a PR to update the link and description 👍

Lit is just a newer version of lit-html that ships with a new npm package lit. Check out the release blog post.

awesome post. 👍

I would appreciate a PR to update the link and description 👍

what the description should be ??
i'm thinking about "Templating library" only.

I would suggest to use something along these lines to mention web components:

Library for building web components with a declarative template system.

This covers both key parts of Lit, namely lit-html and lit-element.

I would suggest to use something along these lines to mention web components:

Library for building web components with a declarative template system.

This covers both key parts of Lit, namely lit-html and lit-element.

i'm going with yours one for now.