X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

{{title}} Plugin

{{description}}

Installation

This plugin is not included with the auto CLI installed via NPM. To install:

npm i --save-dev @auto-it/{{kebab}}
# or
yarn add -D @auto-it/{{kebab}}

Usage

{
  "plugins": [
    "{{kebab}}"
    // other plugins
  ]
}
X Tutup