0.1.3 • Published 4 years ago
mreb-cli v0.1.3
MREB CLI
create the project settings with a command
Install
foo@bar:~$ npm i -g mreb-cliCommands
Obfuscate
foo@bar:~$ mreb --obfuscate --source [path] --target [path] [options]- obfuscate: boolean type
 - source: String type => Default src
 target: String Type => Default dist
Options: What type project to obfuscate
- js: --js in case to project only javascript, includes parcel. Default --ts, not includes parcel
 
Packages used parcel and javascript-obfuscator
Create JS
.
├── .editorconfig
├── .eslintrc
├── .eslintignore
├── .prettierrc
└── .gitignorefoo@bar:~$  mreb --create --jsalias mreb -c --js
Create TS
.
├── .editorconfig
├── .eslintrc
├── .eslintignore
├── .prettierrc
└── .gitignore
└── tsconfig.jsonfoo@bar:~$  mreb --create --tsalias mreb -c --ts
Why
Cli developed to create projects from templates
Since i usually start several projects both from javascript, and i don´t want to waste time on the main configurations, feel free to create my cli.
If you help someone of want to collaborate, more than welcome.
Thank you for reading.