question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Creating Packages

See original GitHub issue

Hi,

So I am trying to create a plugin for dext and have a few questions.

  1. How do i get dext-cli to detect my plugin? I have published it to npm but it doesn’t show up when doing dpm s term
  2. Is there a more efficient way to develop plugins? That is without republishing each time? I know that there’s npm link, does dpm link work the same way?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
z3t0commented, Nov 15, 2016

Okay but that may not be ideal since it doesn’t allow arguments to be passed along? I’ve made a modification that allows that and will commit after some more testing

0reactions
z3t0commented, Nov 19, 2016

This has been answered

Read more comments on GitHub >

github_iconTop Results From Across the Web

Creating a Package (The Java™ Tutorials > Learning the Java ...
To create a package, you choose a name for the package (naming conventions are discussed in the next section) and put a package...
Read more >
Packages in Java: How to Create/Import Package - Guru99
A Package is a collection of related classes. Learn how to create Package in Java with example program in this tutorial.
Read more >
How to Create a Package in Java? - GeeksforGeeks
First We Should Choose A Name For The Package We Are Going To Create And Include. The package command In The first line...
Read more >
How to Create and Use Packages in Java? | Edureka
Creating a package in Java is a very easy task. Choose a name for the package and include a package command as the...
Read more >
Java - Packages - Tutorialspoint
Packages are used in Java in order to prevent naming conflicts, to control access, to make searching/locating and usage of classes, interfaces, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found