mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 14:30:59 -05:00
Added template without folder structure to add to existing project
This commit is contained in:
parent
73d138640e
commit
92c896f052
16 changed files with 1738 additions and 0 deletions
|
|
@ -11,6 +11,10 @@
|
|||
path = ./templates/sci;
|
||||
description = "Scientific computing environment (Julia, Python, R)";
|
||||
};
|
||||
sci_minimal = {
|
||||
path = ./templates/sci_minimal/;
|
||||
description = "Scientific computing environment (Julia, Python, R) without folder structure";
|
||||
}
|
||||
};
|
||||
defaultTemplate = self.templates.sci;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue