@creative-web-solution/socle-manager
v1.6.0
Published
Install and update website socle
Downloads
2
Readme
Website socle manager
@version: 1.6.0
Installation
Start in an empty folder, then:
npm i -D @creative-web-solution/socle-manager
How to use
To copy all the files in the current directory (will overwrite package.json):
npx socleManager install
How to update
When the website socle package is updated, just install the new core files:
npx socleManager update
# or
npx socleManager update --no-doc
This will only update the core
and the documentation
folder.