init-apex-project
Installation
Run the following command in the root folder:
``
bash
/init-apex-project> npm install -g init-apex-project
`
After that you can run
`
bash
../Projects> init-apex-project
``
Run this command your Projects folder ( or in an other folder you wish to start the project in )
example
!
example
versions
v1.0.0
* Creation of folder structure with few basic questions.
v1.0.1
* Added synonyms to folder structure of a schema
v1.0.1B
* Updated readme
v1.0.2
* Updated message on schema question
* Added database links and grants to folderstructure of a schema
v1.0.3
* Initialize empty git repo
* Perform initial commit on master
v1.0.4
* Possibility to add git remote
* Creation of development branch
* Prettify error messages
v1.0.5
* Handle CTRL + C in a proper way.