Skip to content

montoyaedu/iwant

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published