awesome-panel-cli icon indicating copy to clipboard operation
awesome-panel-cli copied to clipboard

The Awesome Panel CLI makes it super simple to develop high-quality data apps with Panel 💪

Results 27 awesome-panel-cli issues
Sort by recently updated
recently updated
newest added

Improvements added after applying to awesome-panel

When running `pn create widget` and similar the user should be able to specify a name. For example ```bash pn create widget color_input ``` ## Accept Criteria - [] view...

good first issue

When you run for example `pn create view` both a `view` and a `test_view` test files should be created in the right folders. ## Accept Criteria - [] view -...

good first issue

When you run `pn hello apps` you should be able to go to `https://localhost:5006` and see a nice gallery page. Currently this does not work due to https://github.com/holoviz/panel/issues/3970. When this...

enhancement

The purpose is to quickly illustrate what this project is and why its useful. ## Accept Criteria - [x] Added to README - [] Added to DOCS - [] Released...

documentation
enhancement
good first issue

There is a longer list of project related to awesome-panel. They should all be converted to use the `awesome-panel-cli`. - [] [awesome-panel](https://github.com/awesome-panel/awesome-panel) - [] [awesome-panel-extensions](https://github.com/awesome-panel/awesome-panel-extensions) - [] [awesome-panel-introduction](https://github.com/awesome-panel/awesome-panel-introduction) - []...

enhancement

The current implementation of the `create` command assumes the user `cd`s into the folder where he/ she wants to create the files. It can be useful to be able to...

Some `pn` commands will report success even when they fail. - [] `pn build package` - [] `pn release package` ## Reproducible Example Try to upload a package twice to...

bug
good first issue

I would like to be able easily create the following reference components using `pn create component` - [] `view` (i.e. just a `function` taking some arguments) - [] `viewer_widget` -...

enhancement