create-strof
v0.1.7
Published
The npm-initializer for creating a new strof directoty or repository
Downloads
86
Maintainers
Readme
create-strof
Presentation
create-strof is the initializer used by npm for creating a new strof-directory. It contains the command line interface application called by npm create strof@latest
.
Links
Requirements
Usage
create-strof is not intended to be installed directly but rather used via one of the following commands:
npm create strof@latest
npm init strof@latest
npm exec create-strof@latest
npx create-strof@latest
Dev
git clone https://github.com/charlyoleg2/create-strof
cd create-strof
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'