Skip to content

Commit

Permalink
docs: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ofilangi committed Apr 14, 2022
1 parent eca86ec commit 7202e3d
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions devel.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

## Library generation

```
Expand All @@ -14,21 +13,25 @@ sbt publishLocal
```

## test

```
sbt discoveryJVM/test
```

## coverage

```
sbt discoveryJVM/coverageReport
```

### dependencies

```bash
npm install axios --save-dev
npm install qs --save-dev
npm install browserify
```

### memo

```
Expand All @@ -47,37 +50,40 @@ sbt discoveryJVM/testOnly inrae.semantic_web.QueryPlannerTest
```
sbt publishLocal
```

## oss.sonatype maven central repository publication
https://oss.sonatype.org/

```
sbt publish
```

### NPM publication

```
sbt discoveryJS/fullOptJS/webpack
sbt npmPackageJson => genere package.json
npm view @p2m2/discovery version -> list published version
npm unpublish @p2m2/discovery@X.X.X -> unpublished lib
npm publish --access public
```
### generate-changelog / Usage

### generate-changelog / Usage

```
type(category): description [flags]
Where type is one of the following:
```
* breaking
* build
* ci
* chore
* docs
* feat
* fix
* other
* perf
* refactor
* revert
* style
* test
* breaking
* build
* ci
* chore
* docs
* feat
* fix
* other
* perf
* refactor
* revert
* style
* test

0 comments on commit 7202e3d

Please sign in to comment.