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

Npm support would be useful #230

Open
eddiejaoude opened this issue Jul 10, 2015 · 7 comments
Open

Npm support would be useful #230

eddiejaoude opened this issue Jul 10, 2015 · 7 comments

Comments

@eddiejaoude
Copy link

Similar to the Docker idea/proposal, Ansible supports npm, thus would be great if Phansible exposed this functionality.

eg.

- name: install npm
  apt:  pkg=npm state=present

- name: install global node packages
  npm: name={{item}} global=yes
  with_items:
    - bower
    - grunt-cli
    - express
    - socket.io
@eddiejaoude
Copy link
Author

Similar idea to #228 but for Ansible with npm

@faabiosr
Copy link
Member

I think cool!

What do you think guys? @InFog @naxhh

@eddiejaoude
Copy link
Author

@InFog
Copy link
Contributor

InFog commented Jul 12, 2015

I like the idea, since it looks like people are really into npm nowadays :)

@naxhh
Copy link
Contributor

naxhh commented Aug 17, 2015

I don't dislike the idea. But there are other areas I'm more focused to fix.
PR's are welcome. as always

@naxhh
Copy link
Contributor

naxhh commented Dec 7, 2015

This need: Set up the role (create one in your personal repo and then we move it to phansible)
Create the required UI for phansible.

@debo
Copy link
Member

debo commented Feb 16, 2016

Considering the fact Phansible is trying to make *AMP based stack bootstrap easy and the fact that nowadays bower/grunt became almost mandatory as the like of composer I think this should be implemented with a certain degree of priority because of its current relevance in the community practice

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

No branches or pull requests

5 participants