1.0.9 • Published 4 years ago

endor-cli v1.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

CodeFactor Lint and test

Endor CLI

A Javascript Boilerplate Generator CLI. 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. How to use 2. Available Boilerplates 3. Patterns and libs 4. Contribute 5. Gitflow recommendations


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
1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1-rc.1

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago