dummy-lib-1111
v1.0.0-beta.2
Published
This is a TypeScript module template which works both on CodeSandbox and on your local machine. Start your new module easily with this template.
Downloads
30
Maintainers
Readme
typescript-module-template
..
ddddsdfsddddd
This is a template to develop and deploy a new module in TypeScript.
Features
- Use rollup through bili
- Use
jest
, no need to configure anything - Extract table of contents from README.md
Using this template
Fork this repo
First, fork this repository.
Put your name
Before using this template, you should open LICENSE.md
and replace Your Name
with your name.
At the bottom of this file, there's another Your Name
to be replaced.
Built-in Scripts
test
npm run test
testWatch
npm run testWatch
toc
npm run toc
This will extract table of contents from README.md
and insert it back to README.md
.
patch
npm run patch
This will deploy your module with patch version increased.
minor
npm run minor
This will deploy your module with minor version increased.
Introduction
Table of contents
Install
Getting Started
Contributing
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D
Author
Your Name, Released under the MIT License.