Socket
Book a DemoInstallSign in
Socket

grunt-28

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-28

Grunt task for 28

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

#28 CLI Grunt Task Build Status NPM version Code Climate

Grunt task for 28.io CLI Tool

Example

        28: {
            options: {
                src: 'queries',
                email: '<%= config.28.email %>',
                password: '<%= config.28.password %>'
            },
            setup: {
                project: '<%= config.projectName %>',
                delete: {
                    idempotent: true
                },
                create: {},
                upload: {
                    projectPath: 'queries'
                },
                datasources: '<%= config.28.datasources %>',
                runQueries: [
                    'queries/private/InitAuditCollection.jq',
                    'queries/private/init.jq',
                    'queries/private/UpdateReportSchema.jq'
                ]
            },
            run: {
                project: '<%= config.s3.projectName %>',
                runQueries: [
                    'queries/public/test/*',
                    'queries/private/test/*'
                ]
            },
            teardown: {
                project: '<%= config.s3.projectName %>',
                delete: {}
            }
        }

Keywords

jsoniq

FAQs

Package last updated on 25 Sep 2014

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