cmake_nodejs_hook package from cmake_nodejs_hook repo

cmake_nodejs_hook

Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

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 Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Cmake macros to invoke npm update

Additional Links

Maintainers

  • Jihoon Lee

Authors

No additional authors.

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()
...
``
CHANGELOG

Changelog for package cmake_nodejs_hook

0.0.2 (2015-04-21)

  • rename the package
  • Contributors: Jihoon Lee

0.0.1 (2015-04-20)

  • Provides catkin_npm_update_target() and catkin_npm_update_once()
  • Contributors: Jihoon Lee

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

Deps Name
1 catkin

System Dependencies

Name
nodejs

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged cmake_nodejs_hook at Robotics Stack Exchange