Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

npm distribution #35

Open
3 tasks done
aoberoi opened this issue Sep 13, 2017 · 3 comments
Open
3 tasks done

npm distribution #35

aoberoi opened this issue Sep 13, 2017 · 3 comments
Labels
enhancement M-T: A feature request for new functionality

Comments

@aoberoi
Copy link
Contributor

aoberoi commented Sep 13, 2017

Description

Filing this on behalf of another user who delivered this feedback in person.

It would make it much nicer for node developers to be able to retrieve steno as part of their application's devDependencies, and since steno is built on node, its feasible to get it there.

The main concern I have is that this means steno would have to support more node versions (probably at least as far back as node support/maintenance goes, which is currently lts/argon).

Its really convenient and low-cost to only be concerned with one node runtime, and to know that all users have a specific version of the binary. When installing via npm, by the nature of semver and version resolution, its hard to predict what an end user might end up with.

Requirements (place an x in each of the [ ])

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.
@aoberoi aoberoi added the enhancement M-T: A feature request for new functionality label Sep 13, 2017
@aoberoi
Copy link
Contributor Author

aoberoi commented Dec 28, 2017

if we were to do this, and we wanted steno to be available as a library (not just an executable in bin), then many @types/* entries inside the package.json key "devDependencies" should be moved to "dependencies".

@Zertz
Copy link

Zertz commented Nov 2, 2018

I created stenode, a small package to make steno easier to use, but making steno itself available on npm would be a lot more convenient!

@aoberoi
Copy link
Contributor Author

aoberoi commented Nov 2, 2018

@Zertz this looks really cool, thanks for sharing 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement M-T: A feature request for new functionality
Projects
None yet
Development

No branches or pull requests

2 participants