1.0.3 • Published 1 year ago

inde-filelist-generator v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Instant Developer filelist generator

Simple utility used to create the import filelist required when developing integrating custom components in an Instant Developer Foundation project.

Installation

    npm i -g inde-filelist-generator

Usage

navigate to the custom directory of your project, then:
    inde-filelist generate
or, without navigating, you can specify the path of your custom directory with the "--path" option
    inde-filelist generate --path "D:\AndreaCuppini_tech\Inde\projects\My Project\custom"
The filelis will be finally generated in your project custom directory
in addition, you can specify --asjson true to export in a Json File the list of all filename (without extension founded in a base path)
    inde-filelist generate --path "D:\AndreaCuppini_tech\Inde\projects\My Project\custom"  --asjson true
1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago