App-Mkscript

I wrote this program with intention of making life easier for programmers 
who work with many languages and technologies and often forget the
unique syntax of each one.

after installing it you can put your scripts inside /yourhome/user/.App-Mkscript
you will set they as templates for new ones..

OBS: Do not forget to use one extension per script like: 
foo.pl, 
foo.c, 
foo.lua, foo.sh etc...


INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

 **after install run: 
 $ mkscript --reconf  // This will configure the dot files and default directory for your scripts
 

IF YOU ARE CLONNING THIS PROJECT FROM GITHUB:
  ./Configure
  ./Build
  ./Build test
  ./Build install



SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc or man command.

    perldoc App::Mkscript (for use module)
                or
    perldoc mkscript (for use CLI program)



You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        https://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Mkscript

    CPAN Ratings
        https://cpanratings.perl.org/d/App-Mkscript

    Search CPAN
        https://metacpan.org/release/App-Mkscript
	
    Github
	https://github.com/ariDevelops


LICENSE AND COPYRIGHT

This software is Copyright (c) 2023 by Ariel Vieira.

This is free software, licensed under:

  The GNU General Public License, Version 2, June 1991

