Skip to main content

Command line tools for scaffolding a Rest.li project

Project description

#Restli CLI [![Build Status](https://travis-ci.org/cbrentharris/restli-cli.svg?branch=master)](https://travis-ci.org/cbrentharris/restli-cli) [![codecov.io](https://codecov.io/github/cbrentharris/restli-cli/coverage.svg?branch=master)](https://codecov.io/github/cbrentharris/restli-cli?branch=master)

A python package for creating a boilerplate [restli](https://github.com/linkedin/rest.li/wiki/Rest.li-User-Guide) project

===

###INSTALLATION
```
pip install restli
```
or

```
git clone git@github.com:cbrentharris/restli-cli.git
cd restli-cli
python setup.py install
```

###SCAFFOLDING

```
restli --scaffold my_project --namespace com.example
```

Will scaffold a new restli project layout under the directory named `my_project` with the layout below:

```
└── my_project
├── api
│   ├── build.gradle
│   └── src
│   └── main
│   ├── idl
│   ├── mainGeneratedDataTemplate
│   └── pegasus
├── build.gradle
├── client
├── server
│   ├── build.gradle
│   ├── settings.gradle
│   └── src
│   └── main
│   ├── java
│   └── mainGeneratedRest
└── settings.gradle
```


###GENERATION

```
restli --generate Fortune --namespace com.example
```

Will generate two restli files for you, `api/src/main/pegasus/com/example/fortune/Fortune.pdsc` and a `server/src/main/java/com/example/fortune/impl/FortunesResource.java`

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page