
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@sphinx-software/manifestor
Advanced tools
npm install -g manifestor
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
Sphinx Manifestor
We found that @sphinx-software/manifestor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.