montoyaedu / iwant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iwant

Dependencies.

  1. curl
  2. git
  3. dialog
  4. SpiderMonkey
  5. hub
  6. node & npm
  7. velocityjs
  8. github-create-token

Install Dependencies.

  1. Mac OS X

    brew install dialog
    brew install SpiderMonkey
    brew install hub
    brew install node
    npm install -g github-create-token
    npm install -g velocityjs

Install.

git clone https://github.com/montoyaedu/iwant iwant-app
cd iwant-app
bin/gettemplates.sh | bash

Configure environment (unix/linux/Mac OS X).

Assuming that iwant-app package has been unzipped in /opt folder:

export PATH=$PATH:/opt/iwant-app/bin
export IWANT_HOME=/opt/iwant-app

Configure $HOME/.iwantprofile.

#your default package prefix
export PACKAGE=Edu
#your default username at bitbucket or github
export USERNAME=montoyaedu
#your default owner at bitbucket or github
export OWNER=montoyaedu
#your nexus proxy web server
export WEBSERVER=192.168.1.20
#your jenkins url
export JENKINS_URL=http://192.168.1.171:8080

Create a new project.

WARNING: This command has been tested on a Mac OS X box only. The command iwant.bat for windows command prompt does not work anymore and needs to be updated. (Sorry for that)

We have started a simple port of the dialog utility for windows. Please see it at https://github.com/montoyaedu/Dialog.DialogNET.

    iwant

The follow the instructions on the screen.

Git.

iwant initializes an empty git repository and adds all files. If something goes wrong you can make it yourself.

    cd MyPackage.MyApp
    git init
    git add '*'
    git commit -m "Initial commit"

About

License:MIT License


Languages

Language:Shell 83.4%Language:Batchfile 15.5%Language:JavaScript 1.1%Language:PowerShell 0.0%