1.0.0 • Published 7 months ago

create-parametrix v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

create-parametrix

Presentation

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.

Links

Requirements

Usage

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

Dev

git clone https://github.com/charlyoleg2/create-parametrix
cd create-parametrix
npm install
npm run ci
npm run run

Upgrade dependencies

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'

Publish a new release

npm version patch
git push
git push origin v0.5.6
1.0.0

7 months ago

0.1.10

7 months ago

0.1.9

9 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.0

11 months ago