1.0.0 • Published 6 years ago

create-gbs-node-app v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

create-gbs-node-app

CLI tool to initialize a basic Node.JS code base for Alorica GBS Node.JS Team

Requirements

  • Yarn
  • React Native CLI - react-native-cli
  • Create React Application - create-react-app

What it currently does?

  1. Creates a the root project folder and installs all the modules based on the given stack.
  2. Setup the default Gitlab, ESLint and Git templates
  3. Creates the default package.json
  4. Executes the necessary third-party command. E.g. create-react-app

Installation

$ npm install -g create-gbs-node-ap

Code generator

$ create-gbs-node-app init <stack> <project-name>

Stack

ModuleValue
React Nativereact-native
Reactreact
Vanilla or any other unknown stackvanilla
1.0.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago