diff --git a/help/generate.txt b/help/generate.txt deleted file mode 100644 index 2172b31..0000000 --- a/help/generate.txt +++ /dev/null @@ -1,32 +0,0 @@ -Usage: genesis generate [OPTS...] - -Run `genesis generate` without any options to generate project interactively. - -Sets up project with `pnpm init` and generate a specified (or default) project template -in the . Specify `.` to generate project template in the current working directory. - -OPTS - - --template || -t generate template project of the provided value - available values are `fastify` and `express`. - - --author || -a specify the author of the project in either string format - ` ` or object format - `{ - name: , - email: - }` - - NB: If the option is left blank, `genesis-cli` will use default - `init-author-name` and `init-author-email`. - - --username || --user github username. Defaults to author name. - --email || -e project team email. Defaults to author email. - --description || -d Project description. Defaults to "". - --license || -l Project license. Defaults to `MIT`. - --copyrightName || -N Project copyright name. Defaults to project author name. - --copyrightYear || -Y Project copyright year. Defaults to current year. - --name || -n Project name. Defaults to `pkg.name` generated by `pnpm init` - --mongo || -mongo generate project with mongodb image and/or dockerode helper functions for test purpose. - It is a boolean opts, pass it with no value `e.g: genesis generate . --mongo` - diff --git a/help/help.txt b/help/help.txt deleted file mode 100644 index 6d11b5b..0000000 --- a/help/help.txt +++ /dev/null @@ -1,7 +0,0 @@ -genesis command line interface available commands are: - - * generate generate a new project template - * version the current genesis-cli version - * help help about commands - -Lauch 'genesis help [command]' to learn more about each command. \ No newline at end of file