New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

btt-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

btt-cli

![img](https://placehold.it/1920x1080?text=Screenshot+Soon) > Better "touch" command.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

BTT CLI

img

Better "touch" command.

Installation

To install btt-cli be sure to have installed npm or yarn.

  $ node --version

If no errors let's install btt-cli with the following comand:

  $ npm install btt-cli --global

  # or "shorter flags"
  $ npm i -g btt-cli

  # or with YARN
  $ yarn global add btt-cli

How

  $ btt [path]/<filename> [...content]

Why ?

Why use btt-cli instead the traditional touch filename or the classic echo > filename?

Because btt provides to create the path if it doesn't exitst yet and it doesn't overwrite files.



Example:

  $ touch myCoolProject/www/index.html
  # Now if the path 'myCoolProject/www' doesn't exists "touch" will return error.

  $ echo >> myCoolProject/www/index.html "<h1>Title</h1>"
  # This will return the same error



But here comes this commandline, btt will create the path and with btt you can also write into files as like echo, is like a mix of echo and mdkir -p commands.



Example with btt:

  $ btt myCoolProject/www/index.html "<h1> Title </h1>"

  # You can also write without “”

  $ btt Note/myFirstNote.txt Hey, this is my note!
  # This will write a file with
  # the phrase "Hey, this is my note!".

Platforms

This commandline should work over all platforms but unfortunately right now i can't test it over all them.

Tested on

  • macOS Sierra [10.12.13]
  • Linux systems
  • Windows systems





Written in ❤️ with NodeJS & Atom Text Editor by @Rawnly

FAQs

Package last updated on 06 May 2017

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