New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grow-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grow-cli

Generator for apps that makes life easy

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

grow

Generator for projects that makes life easy (inspired by vue-cli)

The installation: npm install grow-cli -g

Features

  1. Write your own custom template and store them on github
  2. Generate project from templates on github
  3. List available templates

Usage

Config your github account

  • grow config --username your-github-username

No need to explain, this command will create a file ~/.growconfig holding your github configs. You have to set your GitHub username first to run other commands.

Create A Project

  • grow init your-template-name your-project-name

This will create a project with the name you give using the template on the current working directory. Note that the project is located inside a folder named your-project-name.

  • grow init your-template-name your-project-name -i

This is almost the same with the first one above, but instead it will create all of the files in the current working directory. -i is short for --indir

  • grow list

List templates on your GitHub. Template Repos are suffixed with -gt

Create A Template

  1. Create a repo on your github named 'blablabla-gt', with -gt at the end.

  2. Setup your template project as usual.

  3. Put a grow.config.js file inside the repo with configurations. The config file is used to fill the {{xxx}} inside your template.

For more information, just look into my simple vue.js template vue-gt

Upcoming features

No idea XD

FAQs

Package last updated on 21 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc