https://github.com/puse/cadaster-stale
https://github.com/puse/cadaster-stale
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/puse/cadaster-stale
- Owner: puse
- License: mit
- Created: 2019-06-17T23:31:38.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2020-07-13T22:21:35.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T00:40:47.562Z (over 1 year ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cadaster
> Geocoding and company
## :construction:
## Getting Started
### Installation
Following steps should derive to full development installation
```sh
# Clone this repo
git clone https://github.com/cadaster/cadaster
# Go to repo directory
cd cadaster
# Install root dependencies
npm install
```
This should trigger npm `postinstall` hook to resolve dependencies for node
packages w/ Lerna. To run this manually when needed run npm script `bootstrap`
which is an alias for
```
lerna bootstrap --hoist
```
### Tests
Packages should provide tests to ensure correct behavior.
Run tests in package directory
```sh
# run quick tests
npm run test
# test with coverage report
npm run test:coverage
# test watching file changes
npm run test:watch
```
### NPM Scripts
> Commands
- `lint`
- `test`
- `test:coverage`
> Hooks
- `postinstall` - `lerna bootstrap`
### License
[MIT](/LICENSE)