mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Add initial command skeleton
* Update dependencies * Add twig formatters * Update version command and add version to the package.json * Update package.json with other project details
This commit is contained in:
4
pakefile
4
pakefile
@@ -45,8 +45,8 @@ function run_version() {
|
||||
}
|
||||
|
||||
function run_version_file() {
|
||||
$composer = json_decode(file_get_contents('composer.json'));
|
||||
file_put_contents('./version', $composer->version);
|
||||
$version = trim(shell_exec('git describe --abbrev=0 --tags'));
|
||||
file_put_contents('./version', $version);
|
||||
}
|
||||
|
||||
function run_lint() {
|
||||
|
||||
Reference in New Issue
Block a user