feat(project): initialize smartrestic package structure and release workflows
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* autocreated commitinfo by @push.rocks/commitinfo
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartrestic',
|
||||
version: '0.17.0',
|
||||
description: 'A module that packages restic for easy use and integration in Node.js projects.'
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
import * as plugins from './smartrestic.plugins.js';
|
||||
|
||||
export let demoExport = 'Hi there! :) This is an exported string';
|
||||
@@ -0,0 +1,4 @@
|
||||
const removeme = {};
|
||||
export {
|
||||
removeme
|
||||
};
|
||||
Reference in New Issue
Block a user