nopaste implemented in Crystal
cp config.json.sample config.json
key | detail |
---|---|
base_url | Fill in base url |
key | detail |
---|---|
db.type | DataBase type(sqlite3) |
db.url | DataBase file path |
crystal src/db/db_migration.cr
crystal build --release src/crystal-nopaste.cr
./src/crystal-nopaste.cr
TODO: Write development instructions here
- Fork it (https://github.com/kozakana/crystal-nopaste/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- kozakana kozakana - creator, maintainer