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

@visual-framework/create-vf-project

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visual-framework/create-vf-project

Helps to create a new Visual Framework 2.0-based project.

  • 0.2.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

create-vf-project

Helps to create a new Visual Framework-based project.

Usage

yarn create @visual-framework/vf-project {your-new-site-name} {site-type}

  • {your-site-name} will be the name of the destination directory
  • {site-type} can be any of the below options

Supported options

Example

To make a vf-eleventy based project:

yarn create @visual-framework/vf-project your-new-site-name vf-eleventy

Troubleshooting

If you're having trouble with yarn create you can also try:

  • npx @visual-framework/create-vf-project {your-new-site-name} {site-type}
  • npx @visual-framework/create-vf-project testproject vf-eleventy

Developing the template

  1. Make any needed edits
  2. Bump the version number
  3. Run yarn install
  4. npm publish

Locally testing

To test before publishing to npm:

yarn start test-site-name vf-eleventy

FAQs

Package last updated on 25 Aug 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