Metadata-Version: 2.1
Name: FigCLI
Version: 0.1.0
Summary: The batteries included, convention over configuration, python, data science, application framework
Home-page: UNKNOWN
Author: Fig Development Team
Author-email: figframework@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: cookiecutter
Requires-Dist: click
Requires-Dist: PyInquirer

# Fig: The Data Science Framework

## Supported Commands

### fig new

`$ fig new <name>`

This would take the `<name>` you provided and create a whole new python project, that looks similar to the diretory layout in the [directory design](./directory.md) in a sub-directory named `<name>` directory. You have to `cd` into that folder. This will give you the basic structure to immediately get started.

### fig serve

`$ fig serve`

This command starts up a development mode server to allow for local API testing, in the foreground. Stop it with `CTL+C`.


