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 🙏

© 2026 – Pkg Stats / Ryan Hefner

fot

v1.4.3

Published

A simple tool that lets you start a project without the hassle of creating the same folders over and over again. Create once... and never again.

Readme

npm version

FO - T

Also known as "folder-template," fot is a simple tool that lets you start a project without the hassle of creating the same folders over and over again. Create once... and never again.

Installation

Open your command line/terminal and type the following:

npm install fot -g

Setup

To let FO - T know where to look for, when cloning templates.

To setup your installation of FO - T do the following:

  1. Create a folder containing all of the templates you would like to use and navigate into that folder using your cmd/terminal.
  2. Type the following in your cmd/terminal: fot here

Alternatively: You could use fot set {{arg}} Here - 'arg' is the absolute path to inside your templates folder.

  1. That's it, You're all set! Mom's gonna be really proud...

Note: You can change your templates directory by doing the steps above with another path or you can clear the path(more about that in the next section.)

Commands

  • fot here: Set the templates directory to the working directory.
  • fot get: Get the template directory's absolute path.
  • fot set {abs-path}: Set the templates directory to the absolute path {abs-path}
  • fot clone {template} {OPTIONAL new filename}: Clone a template into the working directory.
  • fot clear: Forgets your templates dir.
  • fot list: Lists all the templates in your templates dir.

Usage

To clone a template simply:

  1. Navigate into your project folders parent directory.
  2. Type

fot clone {{template name(inside your templates folder)}} {{OPTIONAL new foldername}}

EXAMPLE

Billy is a developer. And with every project, Billy needs to create a lot of folders, files and most of the time needs to write the same boiler plate code over and over again UGH... Billy doesn't like this.

Trying to combat this problem, Billy stumbles upon FO - T: the easiest tool to use for folder-templates.

Now Billy can just move all of his boiler plate folders and files(with the code) to one directory and clone the templates from there whenever he wants to start a new project! Billy loves this!

Billy does the following:

  • He creates a 'templates' folder in his documents because he finds that convenient.

you

better

  • In his command prompt, he goes inside the templates folder and does the following to set his templates directory.

appreciate

this

  • He then creates a template which he knows he will be using a lot in the future.

elaborate

INSIDE:

documentation

  • Now he can clone any folder/file from inside the 'templates' folder to anywhere he wants, with ease.

  • He goes inside his 'projects' folder which is in his documents folder and types just ONE command to clone all of his files into the projects folder. Oh and he also renames it.

BEFORE:

cuz

this

AFTER:

took a lot

INSIDE:

of time...

Be smart like Billy, use FO - T , and save your precious time.

LICENSE

MIT