Skip to content

stanleygomes/endor-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Endor CLI

CodeFactor Lint and test

A Boilerplate Starter. Come to javascript side πŸš€

The main goal of Endor CLI is to make it easy to start a javascript project using great and minimal boilerplates.


Table of contents

  1. Requirements
  2. How to use
  3. Available Boilerplates
  4. Patterns and libs
  5. Contribute
  6. Gitflow recommendations
  7. Licence

πŸ“ Requirements

This CLI supports Node.js from version v10.x

πŸš€ How to use

First time you'll need to install the package from npm globally

npm i -g endor-cli

Now you're ready to rock and create your first app

endor-cli create

πŸ’― Available Boilerplates

These are the available boilerplates to get your project started

βœ”οΈ Patterns

These are some of patterns definitions to help us to keep a default arquitecture

✌️ How to get contribute

Step by step to get this up and running

Clone repo and go to project folder

git clone https://github.com/stanleygomes/endor-cli.git && cd endor-cli

Install dependencies

npm install

Config enviroment

Copy enviroment variables template

cp .env.template .env

Start

npm start

πŸ”± Git flow

To file a new a feature

  • create a branch from master branch. Use the pattern: feature/description
  • file a pull request on master branch
  • since your PR is aproved, it will be merged to master branch
  • in a moment in time we'll create a release, using the pattern: release/vX.X.X

πŸ“œ License

MIT license. Copyright (c) 2021 Stanley.
For more information, see the LICENSE file.