🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@sphinx-software/manifestor

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sphinx-software/manifestor

Sphinx Manifestor

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
2
Created
Source

Manifestor v0.0.1

Installation

npm install -g manifestor

Usage

In your package.json file, add the field manifestor

// The package.json file

{
    "manifestor": [
        {
            "directory": "./src",
        },
        {
           "directory": "./other-package",
           "options": [
              "**/.test.js"
           ]
        }
    ] 
}

then run

$ manifestor

You should see the output about the manifest.js file:

Generated manifest file at /your/project/manifest.js

This file is already requires source files from the src directory and the other-package directory (except the files end with .test.js)

The exclude option is following minimatch library

That's it!

FAQs

Package last updated on 22 Jan 2018

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