Skip to content

Zarad1993/lounge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lounge

CLI tool that sets up your development environment for contributing with one line command

Prerequisite

  • Fork the repo you are wishing to contribute.

Objectives

  • Run a simple command like lounge react that:

    • Clones repository that you forked from your GitHub account
    • Runs all the shell commands needed to set you up for development (i.e: cd repo, npm install, npm run tests). Based on a predefined recipe in Lounge
  • For corporates and private projects. You could define the recipe in your private project. With a usage like lounge --repo <your-private-project> --recipe-file <file-name>

With the hopes that you should then be ready to submit your first pull request faster

About

CLI tool that sets up your development environment for contributing with one command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages