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

config-files-manager

v0.1.0

Published

A package for managing configuration files from the command line

Downloads

21

Readme

Config Files Manager

A Pakage to manage local config files from the command line.

cfm image

Why ?

Tired of wrestling with scattered configuration files? i know i have been. Config Files Manager is here to save the day!

  • Centralized Control: Manage all your configuration files effortlessly from the command line.
  • Simplified Management: Add, remove, update, and backup files with ease, no more manual headaches.
  • Peace of Mind: Never worry about lost settings again – Config Files Manager has your back. In short, Config Files Manager is the ultimate tool for simplifying your configuration file woes.

Features

  • Add a new Config file: Add a new configuration file to the pakage.

  • List all config files: Lists all the configuration files that are currently being managed by the pakage to choose from and open in the text editor.

  • Remove a config file: Remove a configuration file from the pakage.

  • Update a config file: Update a configuration file name or path.

  • Set the editor: Set the text editor that will be used to open configuration files.

  • Show path of the config file: This feature shows the path of the current configuration file.

  • Provides options for backing up your configuration files.

    • Create a backup of all config files: Create a backup of all configuration files managed by the package.
    • List all backup files: List all the backup files that are currently being managed by the package.
    • Use a backup file: Use a backup file to restore the configuration files.
    • Delete a backup file: Delete a backup file.

Requirements

  • Node.js version 12 or higher
  • NPM (Node Package Manager)

Installation

run the following command to install the package globally

npm i -g config-files-manager

or for pnpm

pnpm i -g config-files-manager

Usage

To use the Config Files Manager, simply run the following command in the terminal:

config-files-manager

or

cfm

You can also specify the command you want to run directly from the terminal:

  • --add or -a: Add a new configuration file.
  • --list or -l: List all configuration files.
  • --remove or -r: Remove a configuration file.
  • --update or -u: Update a configuration file.
  • --backup or -b: Backup options.
  • --set-editor or -s: Set the text editor.
  • --help or -h: Show help.

License

this project is licensed under the MIT License - see the LICENSE file for details

Contributing

For contributions, please refer to the CONTRIBUTING file