Add a setup command to generate package.json

Review Request #8786 — Created Feb. 28, 2017 and submitted

Information

Djblets
release-0.8.x
63cade8...

Reviewers

Running setup.py list_node_deps will now generate a package.json that
lists all the node.js dependencies of the project.

  • Ran setup.py list_node_deps and saw expected output.
  • Ran setup.py install_node_deps and it succeeded.
brennie
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        setup.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        setup.py
    
    
  2. 
      
chipx86
  1. Thanks for doing this! :)

  2. 
      
brennie
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.8.x (3caa6b9)
Loading...