Skip to content

TimCrooker/swaglog

Repository files navigation

cli version   npm downloads   github stars   circle ci tests   license

Overview

This tool is awesome. Write some more stuff here

Installation

The Grit CLI needs to be installed globally on your machine

npm install -g grit-cli

Running a generator

Use any grit-generator to scaffold out new projects or inject code into existing projects.

grit [generator] [outDir]

Example:

grit react my-new-react-project

This example uses grit-react to build a new React project into the my-grit-generator directory

Argument Description Default Required?
[generator] The generator to run. Can be NPM package, github repo, or local dir none no
[outDir] Can be the name of the output directory or a path to it working dir no

Documentation

The best way to explore all the features of Grit is to read the project Documentation

Commands & Options

grit

Use a generator to create a new project with the interactive console UI.

grit create [OPTION]
Option Description Type Default Required?
-t Enables to define custom backend and frontend templates. bool false No

Project assistance

If you want to help out and/or support development of Grit:

awesome-grit

License

Grit is free and open-source MIT licensed software.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published