0.0.7 • Published 2 years ago

@fedek6/dirtemplate v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

logo

dirtemplate

Simple tool for building reusable, standardized directory structures.

Usage:

dirtemplate [options] <dirname>
  • dirname — a name of a root directory where the folder structure will be created
  • template — name (or path) to determine the template

Examples

npx @fedek6/dirtemplate new-project --template multimedia

Will create a directory structure determined in a built-in template called multimedia.json.


If you want, you can use your own custom template. Simply use the path instead of a template name.

npx @fedek6/dirtemplate new-project --template ./custom.json

Multimedia template

Multimedia template consists of directories:

  • 3D-models
  • brushes
  • fonts
  • inspirations
  • palettes
  • photos
  • production
  • snippets
  • textures
  • vectors
  • videos

As you can see this is pretty good boilerplate for any website or game project.

Simple website template

This is template for starting simple webistes:

  • content
  • docs
  • snippets
  • production
  • fonts

How to add custom template?

Templates are simply json files:

{
  "directory-1": "# Markdown description",
  "directory-2": "# Markdown description"
}
0.0.7

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago