0.1.1 β€’ Published 10 months ago

abode-assets-package v0.1.1

Weekly downloads
-
License
-
Repository
github
Last release
10 months ago

Template example for creating npm packages using vite

Folder structure

πŸ“‚package-name
 β”œβ”€β”€ πŸ“src
 β”‚    β”œβ”€β”€ πŸ“lib
 β”‚    └── πŸ“„index.ts
 β”œβ”€β”€ πŸ“„.gitignore
 β”œβ”€β”€ πŸ“„package.json
 └── πŸ“„vite.config.js

Installation

npm i abode-assets-package        # Instalation

Development

Summary of Steps:

1. Make and test your changes.
2. Commit changes to Git.
3. Run version-select to bump the version.
4. Build the package.
5. Push the changes to the repository.
5. Publish the new version to the package registry.
6. Tag the version in Git.
7. Update the changelog.
npm run build # Package build
npm run version-select
git add .
git commit -m "commit message"
git tag [tag-version]
git push origin [tag-version]
npm run version
0.1.1

10 months ago

0.1.0

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago