Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add as npm package #4

Open
adriaandotcom opened this issue Nov 24, 2015 · 9 comments
Open

Add as npm package #4

adriaandotcom opened this issue Nov 24, 2015 · 9 comments

Comments

@adriaandotcom
Copy link

It would be very useful to have this as an npm-package. It is as easy as adding a package.json to the project.

@SimonSteinberger
Copy link

Feel free to do that if you like. I don't mind.
Cheers

@Bondifrench
Copy link

I have taken the liberty of adding this useful library on npm, see here
I was obliged to rename it js-autocomplete as npm doesn't accept capital letters in the name.
Now we can install via npm by doing npm install js-autcomplete and requiring it in project,
for instance var autoc = require('js-autocomplete'); which can then be packaged and combined in the browser with browserify.
Maybe an added comment, so that people don't foget to handle the css would be necessary!

@SimonSteinberger
Copy link

👍

@ghost
Copy link

ghost commented Mar 15, 2016

@Bondifrench please consider to keep npm package in sync, thank you

@linnett
Copy link

linnett commented Jun 2, 2016

@SimonSteinberger @Bondifrench The NPM version is out of date - it's currently sat at 1.0.3. Please could you update?

@LeKangouroo
Copy link

+1

@tremby
Copy link

tremby commented Sep 30, 2016

I have a fork https://github.com/tremby/JavaScript-autoComplete which I have published as js-autocomplete-tremby.

So far the only change is that I have merged #28, which I needed right now.

@martinbean
Copy link

What’s going on with this? Tried to install with npm install js-autcomplete but got a 404 from npm registry. Is this going to be officially supported on npm at all?

@gomestai
Copy link

gomestai commented Jul 9, 2017

You should type it as npm install js-autocomplete not npm install js-autcomplete (with "o" after aut)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants