
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
fbi is an workflow tool in command-line. It was designed to help developers improve productivity, unify and standardize teams workflows.
# create project
npx fbi create [factory]
# see available commands and templates
npx fbi ls
# install globally
npm i -g fbi
# add factory
fbi add [factory]
# create project
fbi create
# see available commands and templates
fbi ls
fbi -h: Display help for fbifbi <command> -h: Display help for <command>AddUsage: fbi add [options] <factories...>
add factories from npm module or git url
Options:
-y, --yes Yes to all questions
-t, --target-dir <dir> Target dir for factory from npm
-p, --package-manager <name> Specifying a package manager. e.g. pnpm/yarn/npm
-d, --debug output extra debugging
-h, --help display help for command
Examples:
fbi add factory-node
fbi add @fbi-js/factory-node -t sub-dir -y
RemoveUsage: fbi remove [options] [factoryIds...]
remove factories from the store. Also delete files.
Options:
-d, --debug output extra debugging
-h, --help display help for command
Examples:
fbi remove
fbi remove @fbi-js/factory-node
CreateUsage: fbi create [options] [template|factory] [project]
create a project via template or factory. If factory non-exist, it will install the factory first.
Options:
-p, --package-manager <name> Specifying a package manager. e.g. pnpm/yarn/npm (default: "npm")
-d, --debug output extra debugging
-h, --help display help for command
Examples:
fbi create factory-node
fbi create factory-node my-app -p yarn
ListUsage: fbi list|ls [options] [factories...]
list factories and commands info
Options:
-a, --all show all factories
-p, --projects show projects
-d, --debug output extra debugging
-h, --help display help for command
Examples:
fbi ls
fbi ls @fbi-js/factory-node -p
LinkUsage: fbi link [options] [factories...]
link local factories to the store. Usful for factory development.
Options:
-d, --debug output extra debugging
-h, --help display help for command
Examples:
fbi link
fbi link local-folder
InfoUsage: fbi info [options]
get environment info, get/set context config
Options:
-e, --edit Edit config
-d, --debug output extra debugging
-h, --help display help for command
Examples:
fbi info
fbi info -e
CleanUsage: fbi clean [options]
clean stale factories and projects
Options:
-d, --debug output extra debugging
-h, --help display help for command
Examples:
fbi clean
Factory produces project templates and commands.
Please make sure to read the Contributing Guide before making a pull request.
Thank you to all the people who already contributed to fbi!
Licensed under MIT.
FAQs
A workflow tool in the command line
The npm package fbi receives a total of 38 weekly downloads. As such, fbi popularity was classified as not popular.
We found that fbi 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.
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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.