Skip to main content

Generate new projects from git repositories

Project description

new

Build Release

Generate new projects from git repositories

new is a command to create new projects based on existing git repos. It simply shallow clones a repository to a directory with your specified new project name, and cleans up the git files like they were never there. It also supports 1:1 string replacement.

Usage

You can create new project from any github repository with just the username and project name

The following command will create a new project for you based on this one, if you do not provide a full git url it will default to GitHub:

new myNewProject divanvisagie/new

You can also specify a URL to any git repository that you have access to:

new myNewProject git@gitlab.com:divan/new.git

These examples are just simple clones though, new also lets authors configure a repository so that it will prompt you to replace strings that you may want to rename for your project.

You can give it a try with:

new myNewProject divanvisagie/kotlin-tested-seed

You will see that it prompts you to replace the package name, just pressing enter will skip this and keep the name:

> new myNewProject divanvisagie/kotlin-tested-seed
Creating testbed from https://github.com/divanvisagie/kotlin-tested-seed.git 
Enumerating objects: 14, done.
Counting objects: 100% (14/14), done.
Compressing objects: 100% (9/9), done.
Total 14 (delta 0), reused 10 (delta 0), pack-reused 0

Enter replacement text for com.divanvisagie.example

    text       : com.divanvisagie.example
    description: The package name

> com.divanvisagie.mynewproject

The reason we see this is because the kotlin-tested-seed repository contains a .new.yml file at its root:

replace:
  strings:
    - match: com.divanvisagie.example
      description: The package name

You can configure as many match strings as you want in your own seed projects.

Installation Options

PyPi

pip install new-project

Development

Set up the python environment with:

python -m venv env

Install dependencies

pip install -r requirements.txt

Tests are run with pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

new-project-0.5.2.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

new_project-0.5.2-py3-none-any.whl (18.6 kB view details)

Uploaded Python 3

File details

Details for the file new-project-0.5.2.tar.gz.

File metadata

  • Download URL: new-project-0.5.2.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for new-project-0.5.2.tar.gz
Algorithm Hash digest
SHA256 49065ed6b435d289eda04c6be1d6dc6d95b46a1df18207929c37ff8e6867f5a4
MD5 4d2201115136e2d765bd17b24bab952f
BLAKE2b-256 680c75245d23ccd3be9a8e4da6e6cf165db54492e09f3d38e8dd43167ee27fe1

See more details on using hashes here.

File details

Details for the file new_project-0.5.2-py3-none-any.whl.

File metadata

  • Download URL: new_project-0.5.2-py3-none-any.whl
  • Upload date:
  • Size: 18.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for new_project-0.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 241993eb56db727abc3042adfcf29a1eddd9c72b57fc3e4f08107ee27cdaeee0
MD5 7955d4c7582dd3a4eadebdd63a26a19a
BLAKE2b-256 3c0b7f32a60111f8effff152edb8f34392ecdc7740533d0c58a8a4b904af0882

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page