Skip to content

datamix-datascience/extract-to-github

Repository files navigation

extract-to-github

Extract Google Drive files and sync them to Github

Quick Test

(async () => {
  const pdfFilePath = './test.pdf'; Replace with actual path
  const outputDir = './'; Replace with actual path
  const dpi = 300;

  const generatedFiles = await convert_pdf_to_pngs(pdfFilePath, outputDir, dpi);
  console.log('Generated files:', generatedFiles);
})();

Release

# Make changes, commit, push...
chmod +x release.sh
./release.sh v1.0.0 # Use semantic versioning

About

Extract Google Drive files and sync them to Github

Resources

License

Stars

Watchers

Forks

Packages

No packages published