mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #164] Release npm package #741
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#741
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @repomaa on GitHub (Jun 16, 2016).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/164
Currently the releases contain embedded dependencies (React) and there's no way to use them with react.js npm bower and such. I think an npm package would be most useful since it would make using the player with webpack powered projects possible. Npm would also take care of the dependencies.
@ku1ik commented on GitHub (Jun 17, 2016):
Thanks for the suggestion. I was thinking about this for a while, but I don't have any experience with creating npm packages.
Any pointers? I'm happy to accept a PR.
@repomaa commented on GitHub (Jun 19, 2016):
I tried digging into this but it seems that cljs and npm are very incompatible. :/ I don't see a way to achieve this easily.
@ku1ik commented on GitHub (Jul 6, 2016):
Closing it for now. If there's interest one can open new issue about it asciinema-player issue tracker.