npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@caedman/six

v1.0.36

Published

a repo to start with atomico

Downloads

77

Readme

base

Welcome to Atomico as an author, I hope your experience of use is memorable!

this configuration provides you with a structure to start with Atomico in an agile way thanks to bundle-cli, with this configuration you will be able to:

1.- Documentar y desarrollar desde un fichero markdown o html , bundle-cli se encargara de extraer sus script, estilos y otros desde ficheros markdown o html, eg:

# Atomico size is less than 4kb

and I'm a markdown file ...

<!--
Now some magic of bundle-cli, bundle-cli extract
the [src] of the tags and export the scripts to Rollup and more.
-->

<my-component></my-component>

<script src="./my-component.js" type="module"></script>

In summary an effect similar to MDX but with Markdown.

2.- LiveReload, local server and an incremental file watcher, If you create a new markdown or html file, it will be added to the export queue to be viewed on the local server. Likewise, the changes associated with the exported files will refresh the browser automatically (LiveReload).

3.- Easily export all your components and hooks in separate files.

Scripts

npm start: Create a Server + LiveReload for your project, with this you will be able to view all its components from the port that will be shown by console according to availability. I hope you like the interface shown by the server

npm run create:component: Create a folder inside the src/components folder with everything you need to get started with your component, the folder to be created adheres to the Atomico style guides.

npm run build: Export the documentation and minify the js code and the associated css.

npm run build:all: Export all files that comply with the expression src/**/**/*-*.js;, under Atomico style guides their components and hooks will be automatically exported

Other resources of interest

  1. Atomico Documentation.
  2. Atomico Style Guides.
  3. Twitter of Atomico and Autor