Node-SMB / marsaud-smb2

SMB2 Client
53 stars 46 forks source link

npm install points to https://github.com/bchelli/node-smb2 #16

Closed ClaytonSmith closed 7 years ago

ClaytonSmith commented 7 years ago

npm install -S smb2 installs bchelli's instance of smb2.

Perhaps use npm install -S git+https://github.com/Node-SMB/marsaud-smb2.git or rename the package

julien-f commented 7 years ago

The package is also available as @marsaud/smb2, but you're right, we should update the README :)

ClaytonSmith commented 7 years ago

Out of curiosity, is this the official version of smb2?

julien-f commented 7 years ago

What do you mean?

This is a fork of bchelli's smb2, but I'd like to see them merged :)

ClaytonSmith commented 7 years ago

Given that the project name is Node-SMB, I was wondering if this is the new home of smb2.

julien-f commented 7 years ago

@ClaytonSmith I created this org last week to group the libs related to Node and SMB but it's a work in progress and it's up to current maintainers to move their repo here (if they want to). :)

ClaytonSmith commented 7 years ago

Your work is greatly appreciated :)