xs-utils

javascript utils

Usage no npm install needed!

<script type="module">
  import xsUtils from 'https://cdn.skypack.dev/xs-utils';
</script>

README

xs utils

development

$ npm start

release steps

# choose new version major.minor.patch.
# the following command will bump the version according to the chosen type.
npm version [major|minor|patch]
npm publish
# push all the things
git push origin master
git push --tags