Skip to content

cli to create itemized object of assets for static downloading assets in node projects ๐Ÿ˜Š

License

Notifications You must be signed in to change notification settings

EvanBacon/itemized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

itemized

Command-Line Interface

NPM

This CLI is used to create an itemized list of all your node assets. I created itemized for use with React Native, as Metro Bundler requires assets to be imported statically.

Installation

Run npm install -g itemized to install itemized globally.

Usage

Run itemized in the root of your projects folder, or where ever you want the assets relative path to be.

Commands

View the list of commands using itemized --help:

Usage: itemized [options]

Options:

  -h, --help         output usage information
  -V, --version      output the version number
  -f, --file <file>  The name of the resource file
  -p, --path <path>  The path to read
  -d, --destroy      Should overwrite the current file

About

cli to create itemized object of assets for static downloading assets in node projects ๐Ÿ˜Š

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published