gatsby-shopify-starter
Version:
A CLI for creating projects using the Gatsby-Shopify-Starter Boilerplate.
37 lines (35 loc) • 1.49 kB
JavaScript
const menus = {
main: `
_____________________________________________
| |
| GATSBY SHOPIFY STARTER |
|_____________________________________________|
| |
| > gatsby-shopify-starter <options> |
| |
| <repo name> ... create new repo with |
| Gatsby Shopify Starter |
| |
| version ... show package version |
| |
| help ... show help menu for a command |
| |
| __________ |
| |
| > gscreate <options> |
| |
| <repo name> ... create new repo with |
| Gatsby Shopify Starter |
| |
| version ... show package version |
| |
| help ... show help menu for a command |
| |
| _________________________________________ |
| created by Grady Truitt |
|_____________________________________________|
`
};
module.exports = () => {
console.log(menus.main);
};