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

node-together

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-together

CLI app for easy, one-time sharing of Node projects.

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

node-together

CLI app for easy, one-time sharing of Node projects.

Installation

npm i -g node-together

Usage

copy

  • default: node-together copy: selects the current directory and all sub-directories, excluding dotfiles and the node_modules folder, and copies the session-id to the clipboard
  • with directory and file matching: node-together copy --include '{**,.gitignore}' --exclude '{dist/**,node_modules/**}': includes the .gitignore file and excludes the dist folder
  • without clipboard: node-together copy --no-clipboard: does not copy the session-id to the clipboard but instead writes it to stdout
  • with your own server: node-together copy --server ws://example.com

paste

  • default: node-together paste: retrieves the session-id from the clipboard and pastes the corresponding files into the current directory
  • without clipboard: node-together paste --session-id SUP3R-R4ND0M-5355l0-lD
  • with your own server: node-together paste --server ws://example.com

License

WTFPL – Do What the F*ck You Want to Public License.

Made with :heart: by @MarkTiedemann @ maju.systems.

FAQs

Package last updated on 03 May 2016

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