New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

polyfact

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polyfact

`polyfact-node` is a CLI nodejs package aimed at assisting developers in creating project using AI. This bundle of dev-tools is currently under active development, with documentation autogeneration as its functional feature at this stage.

  • 0.1.2
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-94.44%
Maintainers
1
Weekly downloads
 
Created
Source

polyfact-node

polyfact-node is a CLI nodejs package aimed at assisting developers in creating project using AI. This bundle of dev-tools is currently under active development, with documentation autogeneration as its functional feature at this stage.

Installation

To install polyfact-node, you'll need Node.js installed on your computer. From your command line:

# Install polyfact-node globally
yarn global add polyfact-node

You can verify the installation with the following command:

polyfact --version

Command

polyfact-node uses the following command structure for documentation generation:

polyfact docs <folder> [options]

Arguments

  • <folder>: This is the path of the folder from which to generate the documentation. This argument is mandatory.

Options

  • -n, --name <doc_name>: This is the name of the documentation. If not provided, it defaults to 'id'.

  • -d, --deploy <subdomain>: This option allows you to provide a subdomain to which the generated documentation will be deployed.

  • --doc_id <doc_id>: If the doc_id has already been generated, you can send it as an argument here.

Examples

# Generate documentation from the src folder with the default parameters
polyfact docs ./src 

# Generate documentation with a specific name from the src folder and output to a specific folder
polyfact docs ./src --name "my-documentation"

# Generate documentation and deploy it to a specific subdomain
polyfact docs ./src --deploy my-subdomain

Future Enhancements

polyfact-node is planned to support more dev-tools features in the near future. Stay tuned for more enhancements that would aid you with AI features.

FAQs

Package last updated on 07 Jul 2023

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc