Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

CLI to create new components for the Front-End @ ProtonMail.

License

Notifications You must be signed in to change notification settings

ProtonMail/componentGenerator

Repository files navigation

Component Generator

CLI to create new components: Angular Front-End for ProtonMail.

Requirements

  • node.js >= v8

How to install

  1. Clone and cd into the directory
  2. $ npm install
  3. Add alias to your terminal $ npm run bind:bash or bind:zsh

With MacOS default setup if you didn't move to bash should be zsh

  1. Run $ source ~/.zshrc or $ source ~/.bashrc to load the alias
$ appComponent

It's possible to define the component's name via an argument $ appComponent <name:String>

Create a test

You must run the command with the flag --test

Usage without an alias

$ .<path-diretory>/index.js

'demo'

About

CLI to create new components for the Front-End @ ProtonMail.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published