Skip to content

Commit 6646606

Browse files
committed
build: privatize example packages
1 parent 49e2a1a commit 6646606

15 files changed

Lines changed: 20 additions & 6 deletions

File tree

examples/01 Distributable Command/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@examples/distributable-command",
33
"version": "0.0.0",
4+
"private": true,
45
"description": "An example of a @qui-cli command that can be distributed as a Node package",
56
"homepage": "https://github.com/battis/qui-cli/tree/main/examples/01%20Distributable%20Command#readme",
67
"repository": {

examples/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## examples
1+
## Examples
22

33
### [@examples/distributable-command](./01%20Distributable%20Command/README.md)
44

@@ -8,14 +8,14 @@ An example of a @qui-cli command that can be distributed as a Node package
88

99
A pair of Node modules that demonstrate @qui-cli plugin functionality
1010

11-
>#### [@examples/plugin-consumer](./02%20Reusable%20Plugin/Plugin%20Consumer/README.md)
11+
> #### [@examples/plugin-consumer](./02%20Reusable%20Plugin/Plugin%20Consumer/README.md)
1212
>
13-
>A Node module that provides a distributable command that uses the plugin
13+
> A Node module that provides a distributable command that uses the plugin
1414
>
15-
>#### [@examples/plugin-provider](./02%20Reusable%20Plugin/Plugin%20Provider/README.md)
16-
>
17-
>A Node module that provides a re-usable @qui-cli plugin
15+
> #### [@examples/plugin-provider](./02%20Reusable%20Plugin/Plugin%20Provider/README.md)
1816
>
17+
> A Node module that provides a re-usable @qui-cli plugin
18+
1919
### [@examples/dev-env-1password](./dev-env-1password/README.md)
2020

2121
Integrate 1Password secret references in the enviroment with @qui-cli/env

examples/dev-plugin-lifecycle/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@examples/dev-plugin-lifecycle",
33
"version": "0.0.0",
4+
"private": true,
45
"description": "Demonstrate order in which plugin hooks are called (and the state of environment variables at each hook invocation)",
56
"homepage": "https://github.com/battis/qui-cli/tree/main/examples/dev-plugin-lifecycle#readme",
67
"repository": {

examples/dev-plugin/plugin-conflict/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@examples/dev-plugin.conflict",
33
"version": "0.0.0",
4+
"private": true,
45
"homepage": "https://github.com/battis/qui-cli/tree/main/examples/dev-plugin/plugin-conflict#readme",
56
"repository": {
67
"type": "git",

examples/dev-plugin/plugin-consumer-cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@examples/dev-plugin.consumer-cli",
33
"version": "0.0.0",
4+
"private": true,
45
"homepage": "https://github.com/battis/qui-cli/tree/main/examples/dev-plugin/plugin-consumer-cli#readme",
56
"repository": {
67
"type": "git",

examples/dev-plugin/plugin-consumer-modular/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@examples/dev-plugin.consumer-modular",
33
"version": "0.0.0",
4+
"private": true,
45
"homepage": "https://github.com/battis/qui-cli/tree/main/examples/dev-plugin/plugin-consumer-modular#readme",
56
"repository": {
67
"type": "git",

examples/dev-plugin/plugin-provider/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@examples/dev-plugin.provider",
33
"version": "0.0.0",
4+
"private": true,
45
"homepage": "https://github.com/battis/qui-cli/tree/main/examples/dev-plugin/plugin-provider#readme",
56
"repository": {
67
"type": "git",

examples/dev-positionals/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@examples/dev-positionals",
33
"version": "0.0.0",
4+
"private": true,
45
"description": "Require named or unnamed positional arguments",
56
"homepage": "https://github.com/battis/qui-cli/tree/main/examples/dev-positionals#readme",
67
"repository": {

examples/dev-readme/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@examples/dev-readme",
33
"version": "0.0.0",
4+
"private": true,
45
"homepage": "https://github.com/battis/qui-cli/tree/main/examples/dev-readme#readme",
56
"repository": {
67
"type": "git",

examples/dev-sequenced-commands/command/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@examples/dev-sequenced-commands",
33
"version": "0.0.0",
4+
"private": true,
45
"homepage": "https://github.com/battis/qui-cli/tree/main/examples/dev-sequenced-commands/command#readme",
56
"repository": {
67
"type": "git",

0 commit comments

Comments
 (0)