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

v_scrolls

v0.1.13

Published

Readme / Documentation Generator. Export multiple files based on list of items to generate (md files for now only).

Downloads

4

Readme

🧾 V_Scrolls - README.md

Description: Basically generates MD files...so a Markdown generator...pack data where ever you want and just use this to organize it how file will be printed.


🚧 **WARNING: APPLICATION STILL IN 🧱 [ALPHA] ** 🚧


💭 Short Description

Made to help out hunting ghost bugs in front and backend. Currently in state of organization of files and building up the idea what else to include


🚕 Install and Setting up

Currently only through the github repo can be installed... But soon we will have something like:

    npm install v_scrolls --save
    

Soon... 🚀


⚡ How to actually use it ?

here is an example code that is being used to export this example readme file in the fist place.

    const v_scrolls = require('v_scrolls');

    // -> Use this as template for the generator config file.
    const files_export_list = require('./system/config/docs_export');

    // -> Run it.
    v_scrolls.generate(files_export_list);

You can also find the source code of this example in the make_docs.sample.js file.


🌀 Additional Description Info

Nothing much to say here just wanna have something that will expand the text and show-off some of the blocks it can do.

For now it's pretty simple without many complications. Resulting in not that complicated nor helpful expanding it yet. Need few other things sorted before we get out to v1.


🧱 Development Info

Still in early development state but there is quite a number of projects that can benefit from this.

Simply can send a config file similar to this one to the project folder and it will create the document based on that data provided.

Additionally or mainly... We can add more parts to this section by just writing it down in basic MD format. Try it out it's free 😁😄


📁 Project Folders Structure Info

Look into system folder for more info about project structure.

These are some important folders that are used when generating this document:

📁 system /
📁 system / actions /
📁 system / config /
📁 system / file_templates /
📁 system / info_pages /
📁 system / v_modules /         

🚀 Advanced Developer Usage

SOON...


🔻 WARRNING: GENERATED FILE NOTICE 🔻

⛔ Any Edits Done To Generated Files Will Be Overwritten Next Time These Files Get Re-Generated!

Made 💖 using v_scrolls
Last Updated: 2021/12/06 21:36:59