mmuffins / GrouveeCollectionPS

A cmdlet to parse and import grouvee.com collection export files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grouvee Collection Powershell Module

A powershell module that uses the Grouvee Collection Parser library to parse .csv files generated when exporting a collection from grouvee.com. Also available on PowerShell Gallery.

Installation

Automated

Follow the instructions on PowerShell Gallery or run the following command

Install-Module -Name GrouveeCollection 

Manual

Compile the project and run the following command in the build target directory

Import-Module -Name .\GrouveeCollection.psd1
Get-Command -Module GrouveeCollection

About

A cmdlet to parse and import grouvee.com collection export files.

License:Other


Languages

Language:PowerShell 69.7%Language:C# 30.3%