cmake_nodejs_hook repository

Repository Summary

Checkout URI https://github.com/jihoonl/cmake_nodejs_hook.git
VCS Type git
VCS Version master
Last Updated 2015-04-21
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Packages

Name Version
cmake_nodejs_hook 0.0.2

README

cmake_nodejs_hook

Provides cmake hook to manipulate node modules

  • catkin_npm_update_target()
  • catkin_npm_update_once()

It invokes npm update update in source directory. Note that it is untested with install space

  • Example
...
find_package(catkin REQUIRED cmake_nodejs_hook)

# Calling npm update every complilation
catkin_npm_update_target()

# Calling only once 
catkin_npm_update_once()

catkin_package()
...
``

CONTRIBUTING

No CONTRIBUTING.md found.