Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
raftaar1191 committed May 27, 2024
1 parent d9a2fb4 commit 90274dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
18 changes: 0 additions & 18 deletions composer.lock

This file was deleted.

13 changes: 7 additions & 6 deletions init-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,23 +109,24 @@ git grep -lz "Wordpress_Plugin_Boilerplate" | xargs -0 sed -i '' -e "s/Wordpress
# Clean slate.
rm -rf .git
rm -rf node_modules
rm -f init-plugin.sh
rm -f composer.lock
rm -f vendor
rm -f package-lock.json
rm -rf init-plugin.sh
rm -rf composer.lock
rm -rf vendor
rm -rf package-lock.json

# Setup Git.
git init
git add .
git remote add origin "git@github.com:$org_lower/$repo.git"

# Install dependencies.
echo 'Installing npm ...'
# npm install

echo 'Installing composer..'
composer install

echo 'Installing npm ...'
# npm install

echo
echo "Plugin is located at:"
pwd

0 comments on commit 90274dd

Please sign in to comment.