Skip to content

epomatti/excel2flatfile

Repository files navigation

Excel to Flat-file

Release

A embedded Node App that converts an Excel file to a flat file.

I used this example to configure auto-publish to GitHub Packages services.

Local development / Testing

mkdir .tmp
mv test.env .env

Testing

yarn test

Distribution

  1. Run release.ps1 file on a Windows machine.
  2. Configure .env file. You must set the DISTRIBUTION_CENTER variable.

A workspace is configured for automatic release.