0.1.3 • Published 3 years ago

mreb-cli v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

MREB CLI

create the project settings with a command

Install

foo@bar:~$ npm i -g mreb-cli

Commands

Obfuscate

foo@bar:~$ mreb --obfuscate --source [path] --target [path] [options]

alias mreb -o -s path -t path

  • 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
└── .gitignore
foo@bar:~$  mreb --create --js

alias mreb -c --js

Create TS

.
├── .editorconfig
├── .eslintrc
├── .eslintignore
├── .prettierrc
└── .gitignore
└── tsconfig.json
foo@bar:~$  mreb --create --ts

alias 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.

0.1.3

3 years ago

0.1.2

3 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago