diff --git a/cli/commands/build/README.md b/cli/commands/build/README.md deleted file mode 100644 index dcfeeda..0000000 --- a/cli/commands/build/README.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: CLI Command build -hide_title: true ---- - -# Command: build - -Build a Noodl app without having Noodl installed and with custom build settings. - -## Synopsis - -``` -noodl-cli build [--parseEndpoint ] [--parseAppId ] -``` - -### Configuration - -#### `parseEndpoint` - -- Default: undefined -- Type: String - -The endpoint to the Parse Platform instance. - -#### `parseAppId` - -- Default: undefined -- Type: String - -The App ID for the Parse Platform instance. diff --git a/cli/commands/new/README.md b/cli/commands/new/README.md deleted file mode 100644 index 355991f..0000000 --- a/cli/commands/new/README.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: CLI Command new -hide_title: true ---- - -# Command: new - -Create a new Noodl module template. - -### Example - -```bash -# Create a React Module in the relative "./my-module" folder. -noodl-cli new react-lib ./my-module -``` - -### Available Templates - -#### `react-lib` - -Create a module with React and Logic Component support. - -#### `lib` - -Create a module with Logic Component support. - -## Synopsis - -``` -noodl-cli new