Integration tools for 30-seconds projects.
Please refer to individual projects for content issues. This repository contains the source code for the integration tools and nothing else.
- Install globally:
npm i -g @30-seconds/integration-tools- Create a repository on GitHub with a
README.md,.gitignoreand aLICENSE. - Clone it locally.
- Enter the repository directory locally.
- Run
init-content-repoinside the directory, answer all the questions, wait for the process to complete. - Make necessary changes, commit, push and start working!
In a repository that has the dependency on this package, run:
create-new-snippet <snippet-name>Replace <snippet-name> with the name of your snippet and then go inside the snippets folder and edit it.
