The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

narada-new - creates a new project based on Narada framework

VERSION

This document describes narada-new version v2.3.6

USAGE

    narada-new [-r base_repository] [-b branch] [directory]

DESCRIPTION

This script help you create new project directory for using Narada framework.

Target directory shouldn't exists or must be empty.

If target directory doesn't exists - it will be created (parent directory must exists).

If executed without param will create new project in current directory, which must be empty.

Target directory become source directory of Narada project. By default it will also contain _live/ subdirectory for testing project while development, that subdirectory become deploy directory of Narada project. All other narada-* commands should be executed in (one of) these directories.

It will merge base_repository's branch. Default base repository is https://github.com/powerman/narada-base.git; default branch is "master".

After that you usually should run ./release --minor and ./deploy to deploy it to _live/.

CONFIGURATION AND ENVIRONMENT

None.

SUPPORT

Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracker at https://github.com/powerman/Narada/issues. You will be notified automatically of any progress on your issue.

Source Code

This is open source software. The code repository is available for public review and contribution under the terms of the license. Feel free to fork the repository and submit pull requests.

https://github.com/powerman/Narada

    git clone https://github.com/powerman/Narada.git

Resources

AUTHOR

Alex Efros <powerman@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2008- by Alex Efros <powerman@cpan.org>.

This is free software, licensed under:

  The MIT (X11) License