Gathering detailed insights and metrics for grunt-sendwithus
Gathering detailed insights and metrics for grunt-sendwithus
Gathering detailed insights and metrics for grunt-sendwithus
Gathering detailed insights and metrics for grunt-sendwithus
Grunt plugin to upload templates to Sendwithus form within your tasks
npm install grunt-sendwithus
Typescript
Module System
Min. Node Version
Node Version
NPM Version
CoffeeScript (92.31%)
HTML (7.69%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
8 Stars
24 Commits
1 Forks
19 Watchers
1 Branches
19 Contributors
Updated on Jul 17, 2025
Latest Version
0.2.0
Package Id
grunt-sendwithus@0.2.0
Size
5.95 kB
NPM Version
4.4.4
Node Version
6.10.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
5
This is an experimental plugin and is not yet fully supported by the Sendwithus team.
Grunt plugin to deploy your local HTML email templates to sendwithus
This plugin requires Grunt.
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
1npm install grunt-sendwithus --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
1grunt.loadNpmTasks('grunt-sendwithus');
This plugin was designed to work with Grunt 0.4.x. If you're still using grunt v0.3.x it's strongly recommended that you upgrade.
In your project's Gruntfile, add a section named sendwithus
to the data object passed into grunt.initConfig()
.
1grunt.initConfig({
2 sendwithus: {
3 default: {
4 options: {}, // Task-specific options go here
5 src: [] // Target-specific file list goes here
6 }
7 }
8})
Type: String
Default value: null
The API key from your sendwithus account. Note: it's recommended that you don't hard-code this api into the gruntfile, but rather require it from an external source like a config file or something.
1grunt.initConfig({ 2 sendwithus: { 3 default: { 4 options: { 5 apiKey: 'xxxxxxxxxx' 6 }, 7 src: ['src/testing.html', 'src/**/*.html'] 8 } 9 } 10})
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
In order to run this plugin, you need to create a swu.json
file in the root directory above where this project exists and populate it with
1{ 2 "apiKey": "YOUR SENDWITHUS PRODUCTION API KEY" 3}
0.0.3 - Fix an issue where templates might silently fail when uploading
0.0.2 - Fix the README, and fix named tasks
0.0.1 - Initial release
Copyright (c) 2015 sendwithus. Licensed under the MIT license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 2/24 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More