Repo for the search and displace core module including the interface to select files and search and displace operations to run on them.
https://searchanddisplace.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 years ago | |
|---|---|---|
| .idea | 5 years ago | |
| app | 5 years ago | |
| bootstrap | 5 years ago | |
| config | 5 years ago | |
| database | 5 years ago | |
| public | 5 years ago | |
| resources | 5 years ago | |
| routes | 5 years ago | |
| storage | 5 years ago | |
| tests | 5 years ago | |
| .editorconfig | 5 years ago | |
| .env.example | 5 years ago | |
| .gitattributes | 5 years ago | |
| .gitignore | 5 years ago | |
| .styleci.yml | 5 years ago | |
| README.md | 5 years ago | |
| artisan | 5 years ago | |
| composer.json | 5 years ago | |
| composer.lock | 5 years ago | |
| package-lock.json | 5 years ago | |
| package.json | 5 years ago | |
| phpunit.xml | 5 years ago | |
| run-dev.sh | 5 years ago | |
| server.php | 5 years ago | |
| tsconfig.json | 5 years ago | |
| webpack.mix.js | 5 years ago | |
README.md
Search and Displace Core
Install
Search and Displace Ingest integration
Add in .env the 'WEBHOOK_CLIENT_SECRET' value.
Facebook Duckling
$ apt-get install libpcre3-dev$ cd ..$ git clone https://github.com/facebook/duckling.git && cd duckling$ curl -sSL https://get.haskellstack.org/ | sh$ stack build && stack exec duckling-example-exe$ stack test