==This package is currently a work in progress and is changing frequently as we field test it internally.==
Install the CLI globally
npm i -g @dullaghan/cli
List available methods
dullaghan help
Builds our JSS starter template for you.
See the create docs for more info.
Initializes git and configures husky for running our preferred set of pre-commit and pre-push hooks.
See the git-hooks docs for more info.
Scaffold allows you to quickly create a set of files needed for each component in your project.
See the scaffold docs for more info on configuring your specific project.