Skip to content

deep-foundation/typescript-npm-package-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm Gitpod Discord

npm package with typescript support that will help you to manage your deep package

Installation and setup

Automatically

Use @deep-foundation/create-typescript-npm-package

Manually

  • Replace <PACKAGE_NAME> in files to your package name
  • Replace <DESCRIPTION> in files to your package description
  • Replace <REPOSITORY_URL> in files to your package repository url

Usage

Export anything you want to let users of your package use your package programatically by using Javascript.
Use npm run npm-pull to pull data from npm. This should be used as often as possible because you or your teammate could have published a new version of the package by using deep's npm-packager package and you can overwrite those changes if you do not pull them before
Use npm run npm-release to release new version. If you do not pass argument the version will be patched. Note that this script does not publish your package because github action will publish your package when you push your changes after using this command Note that these scripts are from @deep-foundation/npm-automation so you can find more information there

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published