Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: --no-ci flag #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

novusnota
Copy link
Contributor

@novusnota novusnota commented Mar 11, 2025

Added a --no-ci flag that only creates the initial folder for the Blueprint project and:

  1. does not install dependencies
  2. does not create a git repo
  3. does not create a first contract with Blueprint (because dependencies weren't installed)

This is very useful for tests in CI environments.

Closes #23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A flag to prevent installation of dependencies
1 participant