0.1.1 • Published 7 years ago

bluzelle-lib-value v0.1.1

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Run the following commands to replace XPA

find . -type f -printf '"%p"\n' | xargs perl -pi -e 's/xpa/xpa/g'
find . -type f -printf '"%p"\n' | xargs perl -pi -e 's/XPA/XPA/g'
find . -type f -printf '"%p"\n' | xargs perl -pi -e 's/Xpa/Xpa/g'
find . -name *XPA*.* -type f -exec rename 's/(.*)(XPA)(.*)\.(.*)/$1XPA$3.$4/' {} \;
find . -name *xpa*.* -type f -exec rename 's/(.*)(xpa)(.*)\.(.*)/$1xpa$3.$4/' {} \;

Run the following commands to replace Bluzelle

find . -type f -printf '"%p"\n' | xargs perl -pi -e 's/bluzelle/bluzelle/g'
find . -type f -printf '"%p"\n' | xargs perl -pi -e 's/Bluzelle/Bluzelle/g'
find . -type f -printf '"%p"\n' | xargs perl -pi -e 's/BLUZELLE/BLUZELLE/g'
find . -name *BLUZELLE*.* -type f -exec rename 's/(.*)(BLUZELLE)(.*)\.(.*)/$1BLUZELLE$3.$4/' {} \;
find . -name *bluzelle*.* -type f -exec rename 's/(.*)(bluzelle)(.*)\.(.*)/$1bluzelle$3.$4/' {} \;

find . -type f -printf '"%p"\n' | xargs perl -pi -e 's/b-address-codec/b-address-codec/g'

update package.json with a new version number and save

npm install You should now have a dist and node_modules folder

Probably unnecessary: npm run clean && npm run compile

npm run-script build You should now have a build folder

npm publish