@gov.au/pancake
Version:
Pancake is an utility to make working with npm modules for the frontend sweet and seamlessly.
95 lines (52 loc) • 2.46 kB
Markdown
Pancake
=======
> Pancake is a tool to make working with npm on the front end easy and sweet.
## Contents
* [Install](#install)
* [Build](#build)
* [Tests](#tests)
* [Release History](#release-history)
* [License](#license)
----------------------------------------------------------------------------------------------------------------------------------------------------------------
## Install
```shell
yarn add @gov.au/pancake
```
```shell
npm install @gov.au/pancake --save-dev
```
**[⬆ back to top](#contents)**
----------------------------------------------------------------------------------------------------------------------------------------------------------------
## Build
To run the pancake build make sure you go to the monorepo this package came from and clone the source from there: https://github.com/govau/pancake
**[⬆ back to top](#contents)**
----------------------------------------------------------------------------------------------------------------------------------------------------------------
## Tests
To run the tests make sure you go to the monorepo this package came from and clone the source from there: https://github.com/govau/pancake
**[⬆ back to top](#contents)**
----------------------------------------------------------------------------------------------------------------------------------------------------------------
## Release History
* v1.2.4 - Update dependencies
* v1.2.3 - Update node modules
* v1.2.2 - Update forgotten changelog
* v1.2.1 - Update node modules
* v1.2.0 - Optimized pancake for yarn monorepos
* v1.1.0 - Optimized pancake for windows
* v1.0.15 - Fixed mixed js and Sass module bug
* v1.0.14 - Tweaked to facilitate syrup
* v1.0.13 - Loading animation
* v1.0.12 - Enabled plugin install console logging
* v1.0.11 - Fixed lag in plugin install
* v1.0.10 - WIP, working on speed improvements
* v1.0.9 - Improving plugin install
* v1.0.8 - Pause and resume, plugins and tests
* v1.0.7 - Loading fixes
* v1.0.6 - Fixed some bugs
* v1.0.5 - 💥 Initial version
**[⬆ back to top](#contents)**
----------------------------------------------------------------------------------------------------------------------------------------------------------------
## License
Copyright (c) Commonwealth of Australia.
Licensed under [MIT](https://raw.githubusercontent.com/govau/pancake/master/LICENSE).
**[⬆ back to top](#contents)**
# };