Skip to content

Repository files navigation

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:

import { generateDevToolsJson } from 'devtools-json-generator';

// Generate in the current directory
generateDevToolsJson();

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

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

9 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages