Skip to content

Instantly share code, notes, and snippets.

@nycdavid
nycdavid / project_folder_generator.rb
Last active January 7, 2016 17:45
ProjectFolderGenerator class
require "csv"
require "fileutils"
TYPES = ["Instrumental", "Vocal"]
GENRES = [
"Ambient", "Americana", "Blues", "Childrens", "Classical",
"Country", "Disco", "Easy Listening", "Electronica", "Folk",
"Funk", "Gospel", "Hip Hop", "Holiday", "Jazz", "Latin",
"Lounge", "None", "Orchestral", "Pop", "R&B", "Reggae",