1.2.7 • Published 7 years ago
labcodes-cli v1.2.7
Labcodes CLI
A command line interface, to help your daily in our team!
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Development
In development mode, you need to follow this instructions:
Installation
$ npm installRunning
development
$ npm run start:devbuild
To build the project in a separated folder:
$ npm run buildpublish
To publish or update any change:
$ npm publishtest
$ npm run test$ npm run test:watch$ npm run test:coverageHow to use
Installation
$ npm install -g labcodes-clistart project
To start a new project, frontend or backend:
$ labcodes-cli start-projectnew member
To complete your onboarding on the team:
$ labcodes-cli new-memberlist projects
To list all the projects of our Github:
$ labcodes-cli list-projectsBuilt With
- Simple Git - Interface for running git commands
- Chalk - Terminal string styling
- Clear - Clear the terminal screen
- Figlet - The FIGfont spec in JavaScript
- Inquirer - Interactive command line user interfaces
- Minimist - Parse argument options
- Jest - Used to test
- Sentry - Used as an error tracking
Contributors
See the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.