You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
androiddrew 830340b448 Initial commit 7 years ago
{{cookiecutter.project_slug}} Initial commit 7 years ago
.gitignore Initial commit 7 years ago
LICENSE Initial commit 7 years ago
README.md Initial commit 7 years ago
cookiecutter.json Initial commit 7 years ago

README.md

cookiecutter-apistar

An API Star template for cookiecutter

Usage

```python
$ pip install cookiecutter
$ cookiecutter https://git.androiddrew.com/androiddrew/cookiecutter-apistar.git
```

You will be asked for some basic information regarding your project (name, project name, etc.). This info will be used in your new project

License

MIT Licensed.

Changelog

0.0.1 (11/07/2017)

  • Initial release