Class: Githack::Repositories::SailJS::V1

Inherits:
Githack::Repository show all
Defined in:
lib/githack/repositories/sailsjs.rb

Constant Summary collapse

DATABASE_PATHS =
[
  File.join('config', 'datastores.js'),
  File.join('config', 'env', 'production.js')
].freeze

Constants inherited from Githack::Repository

Githack::Repository::DATABASE_PATH, Githack::Repository::SECRET_PATH

Instance Attribute Summary

Attributes inherited from Githack::Repository

#git, #name, #path, #remote

Method Summary

Methods inherited from Githack::Repository

#databases, #initialize, #secrets

Constructor Details

This class inherits a constructor from Githack::Repository