New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

skylark-tools

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

skylark-tools

A suite of supporting command-line tools and Grunt tasks for The Skylark Framework

latest
Source
npmnpm
Version
0.0.6-2
Version published
Maintainers
1
Created
Source

Skylark Tools

A suite of supporting command-line tools and Grunt tasks for the Skylark Framework.

base64

Encode a file using base64 encoding.

Usage:

skt base64 path/to/file.png

Generates path/to/file.png.base64

grunt-utils.js

A collection of helper methods that are used both in Skylark itself and in projects created with generator-skylark to enable code-sharing and reuse.

module.exports = function(grunt) {
    var utils = require('skylark-tools').utils(grunt);

    grunt.initConfig(config);

    utils.overrideConfig('gruntfile-config.json');
    utils.userScript('gruntfile-user.js');
    utils.configureMinifier();

    ...

Experimental

These tools were used internally during the development of Skylark. They are most likely not fit for usage in any of your scenarios.

as2ts

Assist in converting AS3 files to TypeScript

tounderscore

Convert class member variables from 'S_' style (mMyVar) to 'Skylark style (_myVar`)

skt tounderscore path/to/file.ts

FAQs

Package last updated on 19 Nov 2013

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