mirror of
https://github.com/chenasraf/file_scaffold_dart.git
synced 2026-05-18 01:58:57 +00:00
15 lines
349 B
YAML
15 lines
349 B
YAML
name: file_scaffold
|
|
description: "Takes any directory structure, and creates modified copies of that structure using tokens for replacement."
|
|
homepage: https://github.com/chenasraf/file_scaffold_dart
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.3.0 <3.0.0"
|
|
|
|
dependencies:
|
|
path: ^1.6.4
|
|
meta: ^1.1.8
|
|
glob: ^1.2.0
|
|
args: ^1.5.2
|
|
pedantic: ^1.9.0
|