summaryrefslogtreecommitdiff
path: root/lib/Carton/Doc/Fatpack.pod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Carton/Doc/Fatpack.pod')
-rw-r--r--lib/Carton/Doc/Fatpack.pod15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/Carton/Doc/Fatpack.pod b/lib/Carton/Doc/Fatpack.pod
new file mode 100644
index 0000000..15282e0
--- /dev/null
+++ b/lib/Carton/Doc/Fatpack.pod
@@ -0,0 +1,15 @@
+=head1 NAME
+
+Carton::Doc::Fatpack - Fatpack carton executable into vendor/bin
+
+=head1 SYNOPSIS
+
+ carton fatpack
+
+=head1 DESCRIPTION
+
+This command creates a fatpack executable of C<carton> in
+C<vendor/bin> directory, so that it can be used to bootstrap
+deployment process, combined with C<carton bundle> and C<carton
+install --cached>.
+