Skip to content

kemono-games/twtmf

Repository files navigation

Twtmf

Means Tw_____ the mother f__ker

Commands

yarn dev # For running the code in development thanks to swc and nodemon

yarn test # For running unit test
yarn test:watch # For watching unit test

yarn lint # For linting the code
yarn lint:fix # For linting the code and fix issues

yarn build # For building the code (there is no typechecking due to swc compiler)
yarn type-check # For typechecking the code

yarn start:cjs # For running the code builded in cjs
yarn start:esm # For running the code builded in esm

Publish to npm

Set NPM_TOKEN in your Github actions secret, and that's it :)

Alt Text

To test this package, just do that :

import { sayHello } from 'typescript-swc-starter';
sayHello();

About

No description, website, or topics provided.

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENCE-template

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published