Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

grindjs/toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grind Toolkit

Build Status Total Downloads Latest Version Slack License

Grind Tookit

Grind Toolkit is a CLI tool you can use in your dev environment to quickly create and manage Grind projects.

Installation

npm

npm install -g grind-toolkit

yarn

yarn install -g grind-toolkit

Usage

Usage:
  grind new [options] <name?>

Arguments:
  name                     The name of the project to create

Options:
  --template[=TEMPLATE]    API or Web. [default: ‘web’]
  --tag[=TAG]              Repository tag to use, defaults to most recent tag.
  --skip-packages          If present, packages will not be installed.
  --prefer-npm             yarn will be used by default if it’s installed.  Pass this to use npm.

License

Grind was created by Shaun Harrison and is made available under the MIT license.