Skip to content

nxlib/tangram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tangram - Module Management for PHP

#Install

download the file tangram-bin.zip

For windows

  1. unzip the tangram-bin.zip to target-path. eg: C:\tangram
  2. add TANGRAM_HOME to environment variable.eg:
TANGRAM_HOME=C:\tangram;
  1. append bin path to PATH variable
PATH=...;%TANGRAM_HOME%\bin;

For unix/linux/Mac OS

  1. unzip the tangram-bin.zip to target-path. eg: ~/tangram
  2. append below conent to ~/.bash_profile
export TANGRAM_HOME=~/tangram
export PATH=$PATH:$TANGRAM_HOME/bin
  1. run below command
source ~/.bash_profile

#Command

  1. tangram build

    create routerpremission and auth

  2. tangram create moduleName

    create module which named moduleName

#Plan

  1. dependency
  2. data permission

License

Tangram is licensed under the GPL-3.0 License - see the LICENSE file for details