Skip to content

HoPGoldy/grunt-screeps-get

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-screeps-get

A Grunt plugin for pull code from your Screeps account

Dependence

  • Grunt ~0.4.5
  • node >=8

Getting Started

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:

npm install grunt-screeps-get --save-dev

Usage Example

Gruntfile.js:

module.exports = function(grunt) {
    grunt.loadNpmTasks('grunt-screeps-get');

    grunt.initConfig({
        'screeps-get': {
            default: {
                options: {
                    email: 'YOUR_EMAIL',
                    password: 'YOUR_PASSWORD',
                    branch: 'default',
                    ptr: false
                },
                saveDir: 'src/'
            }
        }
    });
}

Now you can pull code to the folder src/ from your Screeps account with following command:

grunt screeps-get

Problem

This plugin does not support recognizing warm files, all files will be interpreted as js files.

About

A Grunt plugin for pull code from your Screeps account

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published