Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@featurevisor/cli

Package Overview
Dependencies
Maintainers
0
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featurevisor/cli

CLI package of Featurevisor

  • 1.27.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@featurevisor/cli

CLI package of Featurevisor.

Visit https://featurevisor.com/docs/cli for more information.

Installation

$ npm install --save-dev @featurevisor/cli

Usage

init

Initialize your project.

$ mkdir my-featurevisor-project && cd my-featurevisor-project
$ npx @featurevisor/cli init
$ npm install

If you want to initialize your project with a specific example:

$ npx @featurevisor/cli init --example <name>

Examples found here.

lint

Check if your YAMLs are valid.

$ npx featurevisor lint

build

Build your datafiles.

$ npx featurevisor build

test

Test your generated datafiles using the SDK, against specs written in YAMLs.

$ npx featurevisor test

See test specs in YAMLs here for inspiration.

site

Start a local server to view your project's site.

$ npx featurevisor site export
$ npx featurevisor site serve

License

MIT © Fahad Heylaal

Keywords

FAQs

Package last updated on 21 Dec 2024

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