pukhalski / tap

1Kb library for easy unified handling of user interactions such as mouse, touch and pointer events.
https://github.com/pukhalski/tap/archive/master.zip
MIT License
527 stars 45 forks source link

Release to npm #24

Closed havenchyk closed 9 years ago

havenchyk commented 9 years ago

Hi Ilya,

Npm can be used to handle frontend dependencies without bower. Could you release tap.js to npm?

yoyurec commented 9 years ago

read NPM docs! You can install from git, using username/reponame: npm install pukhalski/tap --save :100:

PS: but +1 )))

havenchyk commented 9 years ago

@yoyurec thanks for tip, I will.

iamstarkov commented 9 years ago

@pukhalski can you help us?

havenchyk commented 9 years ago

@pukhalski is there any plans to do it?

larchanka commented 9 years ago

@havenchyk @iamstarkov we plan to do it really soon

iamstarkov commented 9 years ago

this week or month?

pukhalski commented 9 years ago

@iamstarkov, week. But not sure how to deal with React support for tap. It's still in a process of investigation.

iamstarkov commented 9 years ago

@pukhalski take a look on react-tap-event-plugin implementation — it’s a bit complicated inside, because it have to deal with synthetic event system — but it seems to be me as reasonable way to create new events in reactjs land. Also, it’s simplest and the best solution, we can choose from Hammer and fastclick solutions

pukhalski commented 9 years ago

Hey guys, it seems that the name Tap is already taken. Any thoughts on how to name the package?

I am a bit disappointed that bower and npm packages would have different namings...

cc/ @iamstarkov, @larchanka, @havenchyk

pukhalski commented 9 years ago

Released as tapjs. Grab it!

havenchyk commented 9 years ago

Cool, thanks. As for tap - it's well known test library. Tapjs look good to me.

iamstarkov commented 9 years ago

Great

iamstarkov commented 9 years ago

:+1: :tada: