Skip to main content

jnc init

Creates a new workspace. This command generates a manifest file (jnc.toml by default) and supporting files to get you started with dependency management and task running. The manifest format can be customized with --format to generate a pyproject.toml instead. You can also bootstrap a workspace from an existing conda environment.yml file.

Usage

Arguments

Options

Examples

Create a workspace in the current directory

Create a workspace in a new directory

Create a workspace with specific channels

Create a workspace for specific platforms

Create a pyproject.toml-based workspace

Bootstrap from an existing environment.yml

Create a workspace with GitHub SCM files