node-slate icon indicating copy to clipboard operation
node-slate copied to clipboard

Feature: Publish node-slate to npm

Open dpilafian opened this issue 7 years ago • 3 comments

It would be great to replace:

"node-slate": "sdelements/node-slate"

with:

"node-slate": "~1.3"

in the package.json file for the gulp plugin: https://github.com/center-key/gulp-node-slate/blob/master/package.json#L36

See: https://www.npmjs.com/search?q=node-slate

dpilafian avatar Mar 21 '17 08:03 dpilafian

@lord @sibartlett This issue has been open for almost a year now. Is there any reason why node-slate is not published on npm? Are there any plans to do it?

It's blocking certain fixes of some issues in:

  • pinntech/gulp-node-slate#1
  • pinntech/gulp-node-slate#2

@dpilafian Have you considered publishing a version of node-slate to npm yourself, or including node-slate inside of gulp-node-slate instead of requiring as a dependency from github commit?

rsp avatar Dec 20 '17 15:12 rsp

@dpilafian since node-slate is so unresponsive (or outright dead, as it seems) have you considered using some other Node fork of Slate, like whiteboard by @mpociot, or would you rather maintain your own form of node-slate as dpilafian/node-slate or center-key/node-slate? Can whiteboard be used as a drop-in replacement for node-slate?

rsp avatar Feb 22 '18 13:02 rsp

@rsp That's a good idea... just created an issue to track it: https://github.com/center-key/gulp-node-slate/issues/1 (updated to new issue)

dpilafian avatar Feb 22 '18 21:02 dpilafian