Skip to content

Varunram/create-openx-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create-Openx-App

Create Openx App is an easy way to create a skeleton for writing openx apps modelled taking inspiration from create-react-app

Running the generator

Make sure you have the latest version of go installed.

go get -v github.com/YaleOpenLab/create-openx-app
cd $GOPATH/src/github.com/YaleOpenLab/create-openx-app
go get ./...
go build
./create-openx-app

LICENSE

GPL3

About

create-openx-app creates the skeleton of an openx application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.6%
  • Other 1.4%