@shepherd23/nx-preset-py-standalone
TypeScript icon, indicating that this package has built-in type declarations

0.5.1 • Public • Published

@shepherd23/nx-preset-py-standalone

This is a template for a python standalone project.

The standalone includes:

Template files

See ./files for the template files.

Usage

# `pnpm dlx` is equivalent to `npx`
pnpm dlx create-nx-workspace @shepherd23/nx-preset-py-standalone <project-name>

# Navigate to the project
cd <project-name>

# Install dependencies
poetry install

# Install git hooks
poetry run pre-commit install

Arguments

[Required] project-name

The name of the project to generate.

Readme

Keywords

none

Package Sidebar

Install

npm i @shepherd23/nx-preset-py-standalone

Weekly Downloads

2

Version

0.5.1

License

MIT

Unpacked Size

10.8 kB

Total Files

24

Last publish

Collaborators

  • shepherd23