Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 594 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 594 Bytes

unproject

Understand and manage all JavaScript/TypeScript projects with one panel.

How to start

unproject is designed to be very simple and easy to use. Create a uncli.yml file in your project root, and add the following content:

plugins:
  - specifier: unproject/plugin-home

The run the following command:

npx unproject

or if you using pnpm, you can run:

pnpx unproject

It will start a local server. Open your browser and navigate to the address shown in the terminal.