https://github.com/fecony/jamli
🚧 Abandoned npm slider package
https://github.com/fecony/jamli
Last synced: about 1 month ago
JSON representation
🚧 Abandoned npm slider package
- Host: GitHub
- URL: https://github.com/fecony/jamli
- Owner: fecony
- License: mit
- Created: 2020-08-17T13:04:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T17:58:37.000Z (over 4 years ago)
- Last Synced: 2025-02-15T04:27:38.474Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 474 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jamli
[](http://commitizen.github.io/cz-cli/)
[](http://makeapullrequest.com)
[](https://lbesson.mit-license.org/)
[](https://github.com/Naereen/badges)This project was bootstrapped with [TSDX](https://github.com/jaredpalmer/tsdx).
Refer to [TSDX](https://github.com/jaredpalmer/tsdx) repository if you want to change any config file (jest, rollup,...) or just learn more.
### Development
> `yarn start`
Runs the project in development/watch mode. Project will be rebuilt upon changes. TSDX has a special logger for you convenience. Error messages are pretty printed and formatted for compatibility VS Code's Problems tab.
### Build
> `yarn build`
Bundles the package to the `dist` folder.
The package is optimized and bundled with Rollup into multiple formats (CommonJS, UMD, and ES Module).### Testing
> `yarn test`
Runs the test watcher (Jest) in an interactive mode.
By default, runs tests related to files changed since the last commit.### Committing
When committing changes please follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.