Skip to content

The command line interface for the Fig framework

Notifications You must be signed in to change notification settings

WarrenDev3190/FigCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

About

The command line interface for the Fig framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published