luxtagofficial / Typescript-Catapult

A fully automated Typescript environment boilerplate to quickly start developing on catapult

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript-Catapult

A fully automated Typescript environment to start building your tools for catapult.

Because of a security vulnerability in a dependency in nem-sdk, you need to force resolution of dependencies. Run npx npm-force-resolutions before you do npm install.

You do not need to run npx npm-force-resolutions if you use yarn.

Easy as 1,2,3

1- You can use this repo by cloning it to your local machine in a new folder as follow

git init
git clone https://github.com/luxtagofficial/Typescript-Catapult.git

2- Once done you need to point the remote origin to your own git repository

git remote set-url origin https://github.com/USERNAME/REPOSITORY.git

3- There was never a third step, start writing some code!

What do you get

Linting:

Testing:

development:

Automation:

  • Travis CI
  • Code Coverage
  • Automatic release and changelog (Please read the Guide on how to use it)

Contribution

For future contributors please make sure to read the Contributing Guide before making a pull request

Thank you to all the people who already contributed.

About

A fully automated Typescript environment boilerplate to quickly start developing on catapult

License:MIT License


Languages

Language:TypeScript 100.0%