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

c2addon-utility

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

c2addon-utility

A module to manage .c2addon files from Construct 2

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

C2Addon Utility NPM version

A toolkit for .c2addon from Construct 2

Installation

$ npm i -g c2addon-utility
$ npm i -S c2addon-utility

Usage

The plugin can used from both node script or cli

var c2addon = require('c2addon-utility');
c2addon.pack("source folder", "destination folder");
c2addon pack {source folder} [{destination folder}]

c2addon pack browser

Create browser.c2addon at current directory

c2addon pack browser somepath/Desktop

Create somepath/Desktop/browser.c2addon

Available functions

  • pack
  • extract
  • install

Available types

  • plugin
  • behaviour
  • effect

License

MIT © Armaldio

Keywords

construct2

FAQs

Package last updated on 14 Dec 2016

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