Skip to content

*Work in Progress* A CLI tool to help you set up full stack projects quickly. Coming to the npm registry soon!

Notifications You must be signed in to change notification settings

OscarBeckinger/stack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stack-starter

stack-starter is a CLI tool designed to simplify the setup of full-stack projects. With stack-starter, you can quickly create a new full stack project with a specified template, which includes a basic project structure. Set up your frontend, server, and database all with one command! I am working on adding set up templates for MERN, MEAN, React w/ Firebase, and more!

Installation

You can install stack-starter globally on your system with the following command (stack-starter is not on the npm registry yet, but will be soon!):

npm install -g stack-starter

or

yarn global add stack-starter

Usage

Create a New Project

To create a new project, use the create command with the -n (or --name) and -t (or --template) options:

stack-starter create -n <project-name> -t <template-name>

Local Testing

Since we aren't on the npm registry yet you might want to test stack-starter locally. To do so follow this process:

  1. Clone the repo onto your local
git clone https://github.com/OscarBeckinger/stack-starter.git
  1. Navigate to the project directory
cd stack-starter
  1. Install Dependencies
npm install

or

yarn install
  1. Link the package locally
npm link

or

yarn link

(Note: these command might need to be prefixed with sudo)

  1. Test the tool Now you are ready to go! Check out the usage section for more details.

About

*Work in Progress* A CLI tool to help you set up full stack projects quickly. Coming to the npm registry soon!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published