From 4d27fcde4cfe08b14e25e4d2a789b8ffaf0fad06 Mon Sep 17 00:00:00 2001 From: alessio Date: Mon, 13 Mar 2017 01:11:05 +0100 Subject: [PATCH] init doc --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ef798fb..2774ff8 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,15 @@ Add a project to an existing config file or create a new one without run the pip $ realize add ``` +##### Init + +Like add, but with this command you can create a configuration step by step and customize each option. +**Init is the only command that supports a complete customization of all the options supported** + +``` +$ realize init +``` + ##### Remove Remove a project by its name ``` @@ -164,19 +173,9 @@ $ realize list ``` -#### Next features, in progress... -- [ ] Web panel - edit settings (full support) -- [ ] Web panel - logs download -- [ ] Schedule - reload a project after a specific time -- [ ] Easy dependencies - automatically resolve the project dependencies -- [ ] Import license - retrieve the license for each imported library -- [ ] Tests - - -#### Contacts +###### Support us and suggest an improvement - Chat with us [Gitter](https://gitter.im/tockins/realize) - - [Alessio Pracchia](https://www.linkedin.com/in/alessio-pracchia-38a70673) - [Daniele Conventi](https://www.linkedin.com/in/conventi)