0.1.8 • Published 2 years ago

create-vag v0.1.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

create-vag

Presentation

create-vag is the initializer used by npm for creating a new vag repository. It contains the command line interface application called by npm create vag@latest.

Links

Requirements

Usage

create-vag is not intended to be installed directly but rather used via one of the following commands:

npm create vag@latest
npm create vag@latest projAbc
npm init vag@latest projAbc
npm exec create-vag@latest projAbc
npx create-vag@latest projAbc

Dev

git clone https://github.com/charlyoleg2/create-vag
cd create-vag
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
0.1.8

2 years ago

0.1.7

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.0

2 years ago