NetLinx Source File Utility Code
Brought to you by:
amclain
A toolset for working with NetLinx .src source code packages.
Install Ruby >= 2.0.0 for Windows or Linux.
gem install netlinx-src
Commands are executed with
rake [task]
Create a NetLinx .src source code package, excluding any files specified in .srcignore.
This command will look for a .apw NetLinx Workspace file in the directory rake pack was executed in to determine the file name.
Unpack a NetLinx .src file into a directory named extracted.
Generate a default .srcignore file in the working directory.
Create a copy of the .src file and append .zip so it can be opened in any standard file compression utility.
Delete any .src.zip files in the working directory.
To add the default Rake tasks to a project's Rakefile:
require 'netlinx/rake/src'