Skip to content

cjmyles/instant-tools

Repository files navigation

Instant Tools

Command Line Tools for assisting with creating instant applications and generating project files.

Table of Contents

Installation

$ npm i instant-tools -g

You should now have access to the command instant in terminal.

Usage

In order to execute a command, simply type the name of the command in teminal, after the word instant.

Commands

create

Create a new application.

$ instant create <type> <name> [-i]

type: string - the type of application, e.g 'react' or 'node' name: string - the application name -i: optional - install dependencies after the project templates have been cloned

Example Usage

$ instant create react my-react-app -i

generate

Generate project files. Please ensure you execute this command within an existing project.

$ instant generate <template> <name>

template: string - the template to generate, e.g 'react/ui/component', 'react/ui/container', 'react/redux/module' name: string - the file/variable name to use when creating template

Contributing

We'd greatly appreciate any contribution you make.

License

MIT

About

CLI for assisting with common tasks such as creating applications and generating project files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published