New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@sphinx-software/manifestor

Package Overview
Dependencies
Maintainers
1
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

Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
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

Related posts