Socket
Socket
Sign inDemoInstall

hackcu-emailer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hackcu-emailer


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

HackCU IV


hackcu-emailer

A cli for sending emails to sponsors

CLI Usage

Make sure you have npm or yarn installed.

Then run npm install -g hackcu-emailer to install the package globally.

Then generate the template csv file: hackcu-emailer generate This will create generated.csv (ignore the last column).

Then plug in the data there.

Note: hackcu-emailer test sends a test email

To send mass use hackcu-emailer email.

Note: the full usage would be hackcu-emailer email --file generated.csv --apiKey SENDGRID_API_KEY --name Kyle --role "Tech Director" --email kyle@hackcu.org --send -v

Note without --send or -s the cli will not send the emails.

Run project

Needs: node.js and yarn

Local

  1. git clone https://github.com/HackCU/hackcu-emailer.git && cd hackcu-emailer
  2. yarn
  3. yarn start -h

Deploy

  1. Push changes to master
  2. There's no 2

Deployment is done automatically by GitHub Actions. Pushes to master will trigger publishes to npm.

Note: you need to use conventional commits style. Take a look at commitizen. This is needed for semantic-release to understand what's changed.

Want to contribute?

Please read our Code of Conduct, then follow these guidelines

License

MIT © HackCU

FAQs

Package last updated on 07 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc