create-parametrix is the initializer used by npm for creating a new parametrix project. It contains the command line interface application called by npm create parametrix@latest
.
create-parametrix is not intended to be installed directly but rather used via one of the following commands:
npm create parametrix@latest
npm create parametrix@latest Sam08
npm init parametrix@latest Sam08
npm exec create-parametrix@latest Sam08
npx create-parametrix@latest Sam08
git clone https://github.com/charlyoleg2/create-parametrix
cd create-parametrix
npm install
npm run ci
npm run run
npm outdated
npm update --save
git commit -am 'npm update --save'
or
npx npm-check-updates
npx npm-check-updates --upgrade
npm install
git commit -am 'npx npm-check-updates --upgrade'
npm version patch
git push
git push origin v0.5.6