Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matang28 authored Nov 26, 2019
1 parent ffe1fbb commit e1d9fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Project Scaffolding for Professionals
At SecureNative, we push new micro-services on a daily basis and the job of creating new projects, wiring it up, importing our common libs, etc.. is a tedious job and should be automated :)
`packman` is a simple tool that allows you to generate boilerplate without sacrificing your freedom as a developer, no new DSL to learn, no weird config files to edit, only you and your favourite language decides the limits.

We are using `packman` intensively at SecureNative
We are using `packman` intensively at SecureNative for the past 10 months, keeping our developers focused on the real problems instead of writing the same things again and again, we've developed wide range of `packman` templates from simple rest application, producer-worker application or even creating an entire project from a single protobuf file.

## Prerequisites
- Go 1.11 or above with [Go Modules enabled](https://github.com/golang/go/wiki/Modules#how-to-use-modules)
Expand Down Expand Up @@ -84,4 +84,4 @@ You can see its pretty simple requirements to fulfil, you can check [this code](
packman script "go run" # Will run go files
packman script "python" # will run python files
packman script "node" # will run javascript files
```
```

0 comments on commit e1d9fcc

Please sign in to comment.