0.1.7 • Published 9 months ago

create-strof v0.1.7

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

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'
0.1.7

9 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago