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.
Orzu Ionut
65efd5c91e
|
4 years ago | |
---|---|---|
.idea | 4 years ago | |
app | 4 years ago | |
bootstrap | 4 years ago | |
config | 4 years ago | |
database | 4 years ago | |
public | 4 years ago | |
resources | 4 years ago | |
routes | 4 years ago | |
storage | 4 years ago | |
tests | 4 years ago | |
.editorconfig | 4 years ago | |
.env.example | 4 years ago | |
.gitattributes | 4 years ago | |
.gitignore | 4 years ago | |
.styleci.yml | 4 years ago | |
README.md | 4 years ago | |
artisan | 4 years ago | |
composer.json | 4 years ago | |
composer.lock | 4 years ago | |
package-lock.json | 4 years ago | |
package.json | 4 years ago | |
phpunit.xml | 4 years ago | |
run-dev.sh | 4 years ago | |
server.php | 4 years ago | |
tsconfig.json | 4 years ago | |
webpack.mix.js | 4 years ago | |
yarn.lock | 4 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