Sha256: 6e297d177a79cdd4ce83a4887f7a350a1b120f33feda807c9be98a8c655ca613

Contents?: true

Size: 898 Bytes

Versions: 4

Compression:

Stored size: 898 Bytes

Contents

**This directory contains a node.js program to update the manifests with topics from 
the file `topics.csv`.** 

Follow the instructions given below to run the program.

* Install node.js and npm.
* Copy the library folders that contain the manifest files required to be updated 
and paste them at `manifests` directory and `update_manifests` directory. 
* Run `npm install` from this directory.
* Then run `node app.js` from this directory.
* You will find the updated manifests at `update_manifests` directory.


**Note:**
* You should have the `topics.csv` file in the same directory that contains `app.js`.
* Having the manifest files at `manifests` directory is adequate, but make sure that 
you have the same library folder structure at both `manifests` directory and 
`update_manifests` directory.
* Also make sure that you have the details for the required update activity at `topics.csv`.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
inqlude-0.12.0 topics/Manifest_updater/README.md
inqlude-0.11.0 topics/Manifest_updater/README.md
inqlude-0.10.0 topics/Manifest_updater/README.md
inqlude-0.9.0 topics/Manifest_updater/README.md