Compare commits
No commits in common. "master" and "v1.12.8" have entirely different histories.
@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
fileName: paths.ts
|
|
||||||
---
|
|
||||||
import * as plugins from './plugins.js';
|
|
||||||
export const packageDir = plugins.path.join(
|
|
||||||
plugins.smartpath.get.dirnameFromImportMetaUrl(import.meta.url),
|
|
||||||
'../'
|
|
||||||
);
|
|
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
fileName: plugins.ts
|
|
||||||
---
|
|
||||||
// native scope
|
|
||||||
import * as path from 'path';
|
|
||||||
|
|
||||||
export { path };
|
|
||||||
|
|
||||||
// @push.rocks scope
|
|
||||||
import * as smartpath from '@push.rocks/smartpath';
|
|
||||||
|
|
||||||
export { smartpath };
|
|
7
assets/templates/npm/ts/some.plugins.ts
Normal file
7
assets/templates/npm/ts/some.plugins.ts
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
fileName: {{module.name}}.plugins.ts
|
||||||
|
---
|
||||||
|
const removeme = {};
|
||||||
|
export {
|
||||||
|
removeme
|
||||||
|
}
|
12
changelog.md
12
changelog.md
@ -1,17 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 2025-03-07 - 1.13.1 - fix(cli)
|
|
||||||
Improve commit message logging
|
|
||||||
|
|
||||||
- Updated logging to display recommended next commit details.
|
|
||||||
- Enabled interactive prompt for choosing commit type and scope.
|
|
||||||
|
|
||||||
## 2025-02-28 - 1.13.0 - feat(templates)
|
|
||||||
Updated and added new TypeScript template files for npm projects
|
|
||||||
|
|
||||||
- Added new paths.ts and plugins.ts template files for npm projects.
|
|
||||||
- Removed outdated some.plugins.ts template file.
|
|
||||||
|
|
||||||
## 2025-02-25 - 1.12.8 - fix(metadata)
|
## 2025-02-25 - 1.12.8 - fix(metadata)
|
||||||
Updated package and npmextra json description and keywords for enhanced development workflow clarity
|
Updated package and npmextra json description and keywords for enhanced development workflow clarity
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@git.zone/cli",
|
"name": "@git.zone/cli",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.13.1",
|
"version": "1.12.8",
|
||||||
"description": "A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.",
|
"description": "A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.",
|
||||||
"main": "dist_ts/index.ts",
|
"main": "dist_ts/index.ts",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/cli',
|
name: '@git.zone/cli',
|
||||||
version: '1.13.1',
|
version: '1.12.8',
|
||||||
description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
|
description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user