Skip to content

Commit

Permalink
fix(scripts): Update create-package comment doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jan 9, 2024
1 parent 4ecba89 commit 4d7aa98
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions scripts/create-package.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#!/bin/bash

# Updates or creates a package with the given name (idempotent).
# Creates a package with the given name.
# The name is the directory it will be housed in.
# The name will have @endo/ in package.json by default, if the package is
# new.
# The name will implicitly have the @endo org prefix.
#
# Usage: scripts/repackage.sh NAME
# Example: scripts/repackage.sh console
# Usage: scripts/create-package.sh NAME
# Example: scripts/create-package.sh console

set -ueo pipefail

Expand Down

0 comments on commit 4d7aa98

Please sign in to comment.