Skip to content

GoogleChromeLabs/devtools-json-generator

DevTools JSON Generator

This tool generates a devtools.json file for use with Chrome DevTools' "Workspace" feature.

Usage

Using npx

To generate the devtools.json file in the current directory, run:

npx devtools-json-generator

To generate the file in a specific directory, pass the directory as an argument:

npx devtools-json-generator /path/to/your/project

Programmatic Usage

You can also use the generator programmatically:

const { generateDevToolsJson } = require('generate-devtools-json');

// Generate in the current directory
generateDevToolsJson();

// Generate in a specific directory
generateDevToolsJson('/path/to/your/project');

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors