0.2.3 • Published 6 years ago

@neoplasme/de-cli v0.2.3

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Doppler Effect CLI

Installation

npm i -g @doppler-effect/cli

Usage

cd projet-dir
de init
de install `module-name`
de watch

Update Module

cd src/module_dir
git commit -am `comment`
de module tag [-pmM]

-p Patch Version

-m Minor Version

-M Major Version

Add New Module

Create package.json

de module deploy `name` 

Available Module

ModuleUsage nameAuthor
Authenticationauthzcarde

Troubleshoot

ErrorSolution
npm ERR! 404 Not found : @doppler-effect/cliCreate a npm account SignUp and login
Ask to join Doppler Effect Organisation
npm login and retry