The module combines components and plugins that are common to @Stereotech projects.
- Get a personal token on github. Settings -> Developer settings -> Personal access tokens. Check "read: packages"
- In your project, create a file in the root: .npmrc:
- @stereotech:registry=https://npm.pkg.github.com
- In console run:
- npm login --scope=@OWNER --registry=https://npm.pkg.github.com
- Enter the github login, specify the token as the password
- npm install @stereotech/[email protected]
- Import before Component section
- Component({ components: {component1Name, component2Name, ... }})
- 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
TODO: Write history
TODO: Write credits
TODO: Write license