Tiny Javascript package to help to configure the javascript package
to deploy on the npm with travis
See [CodeSandbox usage](CODESANDBOX LINK)
- tests
- travis deploy
- dotenv
Clone the repo
git clone git clone git@github.com:edtoken/clean-js-pkg.git
Please! Do not add the .env file to the GIT, it's local file, for local development/common builds
Update the .travis.yml file, replace the email and repo
Update name, description, repository, author, and licenses
To able, to deploy the npm package from the travis
you should add the environment variable SECURE_KEY in the travis UI.
See the Main article Build and publish your NPM package