0.0
No commit activity in last 3 years
No release in over 3 years
A toolset for working with NetLinx source code packages (.src).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
~> 12.3
~> 3.7
~> 1.2
>= 0.9.11, ~> 0.9

Runtime

< 2.0.0, >= 0.3.0
~> 1.2
 Project Readme

NetLinx Source File Utility

A toolset for working with NetLinx .src source code packages.

Gem Version

Installation

Install Ruby >= 2.0.0 for Windows or Linux.

gem install netlinx-src

Rake Tasks

Commands are executed with

rake [task]

pack

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

Unpack a NetLinx .src file into a directory named extracted.

srcignore

Generate a default .srcignore file in the working directory.

mkzip

Create a copy of the .src file and append .zip so it can be opened in any standard file compression utility.

rmzip

Delete any .src.zip files in the working directory.

Rakefile

To add the default Rake tasks to a project's Rakefile:

require 'netlinx/rake/src'