/template-loader

A basic npm packge built for generating language specific templates for faster workflow

Primary LanguageJavaScriptMIT LicenseMIT

irrn-template-loader

irrn-template-loader is simple template loader which loads simple / basic bootsrap filess for various frameworks and languages.

$ irrn-load <template-name,[javascript,typescript,express]> [-options]

use sudo npm i -g irrn-template-loader to install it globally and use the command anywhere. Afer installing the package use irrn-load [,options..] to set the files for required language. commands include:

  • --git - for initializing git
  • --yes - to skip forward and fast-forward with the default template ie:Javascript
  • --install - to install the dependencies while bootstraping
  • --delete - to delete the current working directory
    	warning: --delete removes the current working directory

Some command aliases which becomes handy.

option alias
- -yes -y
- -git -g
- -d -delete