Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

files-folders-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

files-folders-cli

File system managment CLI app.

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Files-CLI

App to manage your files and directories using only command line, terminal. We provide to you CLI tool with color highlights, prompts, error handling and so on.

Installation

$ npm install -g files-cli

Available features:

  • Deleting files
  • Creating new files

In plan:

  • Copying
  • Undo last
  • More interactive CLI

Usage

$ files [command] [flags]

Commands

  remove [options] <path>	deletes file
  new [options] <path>		creates new file

Options

  -h --help	This message
  -v --version	0.0.1

  remove [options]
  -f --force 	Will remove without any prompt
  -t --try     	Shows prompt before action

  new [options]
  -f --force 	Will overwrite if already exists
  -t --try     	Shows prompt before action

Examples

files new styles/header/main.css
// or
files remove assets/fonts

License

Copyright (c) 2018 Vadim Yuldashbaev

Licensed under the MIT license.

Keywords

FAQs

Package last updated on 23 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc