Let's start by saying something which is not new: the Javascript ecosystem has become quite complicated. Whether your afternoon was completely consumed by tweaking webpack, creating a gulp pipeline, choosing your next CSS framework, adding typescript support to your old side-project or just navigating the ever expanding frontend framework libraries being born each day, you already know what I mean.
!
Showcase your skills with flare 🔥
Picto
https://mypicto.xyz/icons?i=html,css,javascript,python&round=none&cols=2
No background
Ok now, for real
My
Then, I reread this awesome article
If you want Deno to format the code from the CLI it's quite easy actually.
$ deno fmt
This will format the whole project, but you can scope it to only format one file.
It can also format your files on save like prettier would. Just update your settings file like so:
{
"deno.enable": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "denoland.vscode-deno",
}
Linting
Deno has quite a beefy CLI, and serving your app to test locally is a breeze
$ deno serve --watch main.ts
That's it?
This is not a huge project, but there is a few more cool things to show and tell, which I'll be doing in future articles:
- Building dynamic SVGs.
- Using style variables to manipulate everything.
- Theming and using user's color scheme to replace colors.
- Docs and building a reliable source of information for users.
I haven't finished the tool yet. You can check the roadmap and even suggest (or contribute cool stuff) in Picto's repository.
This is an opportunity for me to learn building in public 🌱, so I count on the DEV community to make this experience even better. So if you have any suggestions or comments, let me know 🚀!
Community-Analysen & Experten-Meinungen 0
Verwandte Story-Cluster & Quellen (Vektor-KI)
Ähnliche Beiträge
Auch interessante Nachrichten Building an open source skill showcase with Deno
Thematisch verwandte Begriffe: Building, open, source, skill · 6 Treffer
Apple accuses OpenAI of destroying evidence as trade-secrets fight intensifies
GPT-6 Astra Release Today? OpenAI’s Next Major AI Model Is Almost Here
Videos werden geladen ...
Beiträge werden geladen ...
Videos werden geladen ...
Beiträge werden geladen ...
Videos werden geladen ...
Beiträge werden geladen ...
Videos werden geladen ...
Beiträge werden geladen ...
Videos werden geladen ...
SOCIAL SHARE CARD GENERATOR