Socket
Socket
Sign inDemoInstall

get-packages

Package Overview
Dependencies
12
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    get-packages

Yii Packages command Node.js wrapper


Version published
Maintainers
1
Install size
1.53 MB
Created

Readme

Source

Get packages NPM version Build Status Dependency Status

Version: 6.0.4

Yii 1/2 Packages command Node.js wrapper

Installation

Run npm install get-packages

Usage

var gp = require('get-packages').init();

API

gp.init([options])

Options

Type: String | Object

options.applicationPath
  • Type: String
  • Default: protected
options.yiiPackagesCommand
  • Type: String
  • Default: yiic packages
options.isAbsoluteCommandPath
  • Type: Boolean
  • Default: true
options.verbose
  • Type: Boolean
  • Default: false

Methods

  • gp.init(options)
  • gp.get()
  • gp.getPackagesDistPath()
  • gp.getPackagesDistPathWithoutImageDir()
  • gp.getStylesPaths()
  • gp.getStylesPathsByFilepath(filepath, glob)
  • gp.getStylesSourcePath()
  • gp.getStylesSourcePathWithGlob(glob)
  • gp.getScriptsSourcePath()
  • gp.getScriptsSourcePathWithoutFile()
  • gp.getScriptsSourcePathWithGlob(glob)
  • gp.getScriptsSourcePathBeforeTranspiling()
  • gp.getScriptsSourcePathBeforeTranspilingWithGlob(glob)
  • gp.getScriptsToBuild()
  • gp.getScriptsToTranspiling()
  • gp.getImagesPaths()
  • gp.getImagesSourcePath()
  • gp.getImagesSourcePathWithGlob(glob)
  • gp.getFontsPaths()
  • gp.getOtherPaths()
  • gp.getExtraParamsByModule(module)
  • gp.getCustomPaths(key)
  • gp.getCustomPathsWithGlob(key)

Backward compatible methods

  • gp.getCssPaths(filepath, glob)
  • gp.getAllCssPath(glob)
  • gp.getAllJsFile()
  • gp.getAllDistPaths()
  • gp.getBuildJs()
  • gp.getImagePaths()
  • gp.getAllImagePaths(glob)
  • gp.getFontPaths()
Utilities
  • gp.util.match(filepaths, patterns, options)

Requirement

  • Yii 1/2 Packages command

License

MIT © 2021 Gergely Kovács (gg.kovacs@gmail.com)

FAQs

Last updated on 02 Jan 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc