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

task-kmc

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

task-kmc

KISSY module compiler.

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
20
81.82%
Maintainers
1
Weekly downloads
 
Created
Source

task-kmc

KISSY module compiler.

The "kmc" task

Usage Examples

var kmc = new (require('task-kmc'))
kmc.run(inputs, options, logger)

Options

options.name

Type: path

Package name.

options.src

Type: string

Src file.

options.dest

Type: string Default: 'baz'

Dest file, if enable combo option dest should be a dir path.

options.packages

Type: object

KISSY packages config.

options.combo

Type: boolean

Generate modules with online combo mode to dest dir.

options.dep

Type: string Default: 'baz'

Generate all combo mode modules dependence config in dependence config file.

Release History

  • 2015-02-05 0.1.4 Simplify options.
  • 2015-02-02 0.1.3 Add more options.
  • 2014-11-11 0.1.2 Add packages option.
  • 2014-11-11 0.1.0 Initial release.

License

Copyright (c) 2014-2015 Yuanyan Cao. Licensed under the MIT license.

Keywords

task

FAQs

Package last updated on 10 Mar 2015

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