1.0.0-alpha.1 #700
Replies: 12 comments 16 replies
|
I'm yet to try the release, but reading through the blog post I found myself nodding along at every argument for every change and removal, so that's tremendously exciting. Congrats to the entire |
|
Congrats on the new release. Great work team tea 🎉 I found Fun fact: I found out about the v1 release before the release since I was checking the docs and the new docs were live before the release actually happened :D I am currently using the README file dependency section and wanted to share with you how I'm using it. In my work, most of my colleagues are less experienced with js tooling. So I've set up a clear README file linking to your home page and a dependencies section. Explaining that using tea is optional as long as they can install the dependencies correctly by themselves. Also in the README I've put tldr script sections on how to setup tea, or how to just use Thanks again for the great tool. That being said I don't want to make the impression that I'm asking for the README deps to be back. I just felt it could be useful to share my usage of it with you. However, I wholeheartedly support the idea of having tea doing one thing and doing it great and instead building tools on top of it. For example, I can imagine a workflow based on import tea from 'libtea';
import mdParser from 'some-awesome-markdown-lib';
const $ = mdParser('README.md');
const depsList = $('#dependencies > table');
const deps = Object.fromEntries(depsList);
tea.install(deps); |
|
Note that your [tea blog] link to this is broken: https://tea.xyz/blog/tea-1-0-0-alpha-1/ |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
|
That's great for projects 🔥 |
Thank for sent information |
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
1.0.0-alpha.1 is a seminal release, we welcome feedback, especially from v0 early adopters.
Release notes: [pkgx blog]
All reactions