mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Enable template refilling
This commit is contained in:
@ -44,5 +44,5 @@ _replace "s/<RTD_NAME>/$RTD_NAME/g"
|
|||||||
_replace "s/<PROJECT_NAME>/$PROJECT_NAME/g"
|
_replace "s/<PROJECT_NAME>/$PROJECT_NAME/g"
|
||||||
_replace "s/<SHORT_DESCRIPTION>/$SHORT_DESCRIPTION/g"
|
_replace "s/<SHORT_DESCRIPTION>/$SHORT_DESCRIPTION/g"
|
||||||
|
|
||||||
mkdir -p $MODULE_NAME
|
mkdir -p "$PROJECT_ROOT/$MODULE_NAME"
|
||||||
touch $MODULE_NAME/__init__.py
|
touch "$PROJECT_ROOT/$MODULE_NAME/__init__.py"
|
||||||
|
|||||||
1
.project-template/refill_template_vars.sh
Normal file
1
.project-template/refill_template_vars.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
<template_vars.txt fill_template_vars.sh
|
||||||
6
.project-template/template_vars.txt
Normal file
6
.project-template/template_vars.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<MODULE_NAME>
|
||||||
|
<PYPI_NAME>
|
||||||
|
<REPO_NAME>
|
||||||
|
<RTD_NAME>
|
||||||
|
<PROJECT_NAME>
|
||||||
|
<SHORT_DESCRIPTION>
|
||||||
Reference in New Issue
Block a user